]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_in.h
wwww
[16.git] / src / lib / 16_in.h
index ad6d073432dbbe2e6d8bc8292e9b806d0d1e95f1..2157fa3a974cd899a2acabf153246a797f8843ee 100755 (executable)
 #include "src/lib/16_head.h"\r
 #include "src/lib/timer.h"\r
 #include "src/lib/bitmap.h"\r
+#include "src/lib/planar.h"\r
 \r
 #ifdef __DEBUG__\r
 //#define      __DEBUG_InputMgr__\r
 #endif\r
 \r
-extern boolean testkeyin,testcontrolnoisy;\r
-\r
 #ifdef __DEBUG_InputMgr__\r
 //#define TESTKEYIN\r
 //#define TESTCONTROLNOISY\r
 #endif\r
 \r
+static word testkeyin,testcontrolnoisy;\r
+\r
 #define        KeyInt  9       // The keyboard ISR number\r
 \r
 // Stuff for the joystick\r
@@ -222,7 +223,9 @@ typedef     struct
        word d; //direction!! wwww\r
        word q; //loop variable\r
        word speed;             //player speed!\r
-       bitmap_t data; //supposively the sprite sheet data\r
+//0000 planar_buf_t huge *data; //supposively the sprite sheet data\r
+//     planar_buf_t data; //supposively the sprite sheet data\r
+////0000----   bitmap_t data; //supposively the sprite sheet data\r
        sword hp; //hitpoints of the player\r
        int persist_aniframe;    /* gonna be increased to 1 before being used, so 0 is ok for default */\r
        CursorInfo      info;\r