X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_in.h;h=44daca6d19583efdcde9f07881bae4765d887126;hb=3eda0514893c69657ced168188902d36de7016c8;hp=ad6d073432dbbe2e6d8bc8292e9b806d0d1e95f1;hpb=0f1f17dc05c1f9530651580fc5c23b121b8969ab;p=16.git diff --git a/src/lib/16_in.h b/src/lib/16_in.h index ad6d0734..44daca6d 100755 --- a/src/lib/16_in.h +++ b/src/lib/16_in.h @@ -31,18 +31,19 @@ #include "src/lib/16_head.h" #include "src/lib/timer.h" #include "src/lib/bitmap.h" +#include "src/lib/planar.h" #ifdef __DEBUG__ //#define __DEBUG_InputMgr__ #endif -extern boolean testkeyin,testcontrolnoisy; - #ifdef __DEBUG_InputMgr__ //#define TESTKEYIN //#define TESTCONTROLNOISY #endif +extern word testkeyin,testcontrolnoisy; + #define KeyInt 9 // The keyboard ISR number // Stuff for the joystick @@ -219,10 +220,13 @@ typedef struct int triggery; //player's trigger box tile position on the viewable map int sheetsetx; //NOT USED YET! player sprite sheet set on the image x int sheetsety; //NOT USED YET! player sprite sheet set on the image y - word d; //direction!! wwww - word q; //loop variable + byte d; //direction!! wwww + byte q; //loop variable word speed; //player speed! - bitmap_t data; //supposively the sprite sheet data +//0000 planar_buf_t huge *data; //supposively the sprite sheet data +// planar_buf_t data; //supposively the sprite sheet data +////0000---- + bitmap_t huge *data; //supposively the sprite sheet data sword hp; //hitpoints of the player int persist_aniframe; /* gonna be increased to 1 before being used, so 0 is ok for default */ CursorInfo info;