X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fgame.h;h=b29063487d7c110c3204376a766cea1d24a37ea3;hb=a87d38e5a23ab489b6486ed4c62f30054719d39e;hp=376b26d65fcea46fb9e9cc18149975ccd01641f9;hpb=4f58871ec2e25fb8cd7dfc19d1e4999453cf9555;p=gbajam21 diff --git a/src/game.h b/src/game.h index 376b26d..b290634 100644 --- a/src/game.h +++ b/src/game.h @@ -1,6 +1,8 @@ #ifndef GAME_H_ #define GAME_H_ +void (*screen_vblank)(void); + void menuscr(void); void gamescr(void);