]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/scroll16.h
fix updated code to copy the char, not NUL char (doh!)
[16.git] / src / lib / scroll16.h
index d55d395af2e1ef3e75acbae495d98b1a307a093f..33c7ed153aedf36568685ff9e250313c47842b44 100755 (executable)
 #include "src/lib/16_timer.h"
 #include "src/lib/wcpu/wcpu.h"
 
+#include <hw/cpu/cpu.h>
+#include <hw/dos/dos.h>
+#include <hw/vga/vga.h>
+#include <hw/vga/vrl.h>
+
 //#define SPRITE
 //#define TILERENDER
 
@@ -73,7 +78,7 @@ void near mapDrawCol(map_view_t *mv, int tx, int ty, word x, player_t *p, word p
 void mapDrawWRow(map_view_t *mv, int tx, int ty, word y);
 void mapDrawWCol(map_view_t *mv, int tx, int ty, word x);
 //void qclean();
-void shinku(map_view_t *pip, global_game_variables_t *gv);
+void shinku(global_game_variables_t *gv);
 void near animatePlayer(map_view_t *pip, player_t *player, word playnum, sword scrollswitch);
 
 #endif /*__SCROLL16_H_*/