]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/scroll16.h
wwww
[16.git] / src / lib / scroll16.h
index 9602732d38d79e6c9660ff649ce494011a7e1dae..a7c4d4b3a844d78cab4b02c59d79c183fa182e67 100755 (executable)
 \r
 #include "src/lib/16_head.h"\r
 #include "src/lib/bakapee.h"\r
-#include "src/lib/modex16.h"\r
+#include "src/lib/16_vl.h"\r
 #include "src/lib/16_in.h"\r
 #include "src/lib/bitmap.h"\r
 #include "src/lib/mapread.h" //map is loaded here www\r
+#include "src/lib/16render.h"\r
+//#include "src/lib/16_map.h"  //new map stuff\r
 #include "src/lib/16_timer.h"\r
 #include "src/lib/wcpu/wcpu.h"\r
+#include "src/lib/16_tail.h"\r
 \r
 #include <hw/cpu/cpu.h>\r
 #include <hw/dos/dos.h>\r
@@ -40,6 +43,8 @@
 #define SPRITE\r
 //#define TILERENDER\r
 \r
+extern void modexDrawSpriteRegion(page_t *page, int x, int y, int rx, int ry, int rw, int rh, bitmap_t *bmp);\r
+\r
 //modexDrawSpritePBufRegion\r
 //modexDrawBmpPBufRegion\r
 #define PBUFSFUN               modexDrawSpriteRegion\r
@@ -69,6 +74,8 @@ typedef struct
 extern boolean pageflipflop, pageploop;\r
 extern unsigned char shinku_fps_indicator_page;\r
 \r
+extern char global_temp_status_text[512];\r
+\r
 //map_t allocMap(int w, int h);\r
 //void initMap(map_t *map);\r
 void walk(map_view_t *pip, player_t *player, word pn);\r