X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fscroll16.h;h=e2177aff6b8af1043ac9deef01c7751e69f6da8e;hb=1f231bf2b02e47bc8bd3072ec7da40954c046f72;hp=30bfc1ab106be333d40e03d49f2235bd0a3757c9;hpb=5a56d29aee1c9268e92c8df8e32846f5dfd63c1a;p=16.git diff --git a/src/lib/scroll16.h b/src/lib/scroll16.h index 30bfc1ab..e2177aff 100755 --- a/src/lib/scroll16.h +++ b/src/lib/scroll16.h @@ -66,6 +66,7 @@ typedef struct #define MAPH 30 extern boolean pageflipflop; +extern unsigned char shinku_fps_indicator_page; //map_t allocMap(int w, int h); //void initMap(map_t *map); @@ -90,6 +91,4 @@ void mapDrawWCol(map_view_t *mv, int tx, int ty, word x); void shinku(global_game_variables_t *gv); void near animatePlayer(map_view_t *pip, player_t *player, word playnum, sword scrollswitch); -extern unsigned char shinku_fps_indicator_page; - #endif /*__SCROLL16_H_*/