]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/scroll16.h
optimized scrolling ww
[16.git] / src / lib / scroll16.h
index 669237b47e92803a1c07910639a3bab2b4ced065..e2177aff6b8af1043ac9deef01c7751e69f6da8e 100755 (executable)
@@ -29,7 +29,7 @@
 #include "src/lib/16_in.h"
 #include "src/lib/bitmap.h"
 #include "src/lib/planar.h"
-#include "src/lib/mapread.h"
+#include "src/lib/mapread.h" //map is loaded here www
 #include "src/lib/16_timer.h"
 #include "src/lib/wcpu/wcpu.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_*/