X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_in.h;h=186158ea99f4612d9dd960b298dbf696ebcb1626;hb=ee5eabc08d125136522d536bfe93f67f644ed20b;hp=78ebd8053db4bec143f7dc2995773c0712fd92db;hpb=e7560148aa2da2b398dfeb8c5ee7e49bf9deff0b;p=16.git diff --git a/src/lib/16_in.h b/src/lib/16_in.h index 78ebd805..186158ea 100755 --- a/src/lib/16_in.h +++ b/src/lib/16_in.h @@ -32,6 +32,7 @@ #include "src/lib/16_timer.h" #include "src/lib/bitmap.h" #include "src/lib/planar.h" +#include "src/lib/16_dbg.h" #ifdef __DEBUG__ //#define __DEBUG_InputMgr__ @@ -225,10 +226,11 @@ typedef struct byte near pdir; //previous direction~ //byte near kd[2]; //array of arrow key pressed word speed; //player speed! + word spt; //speed per tile //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 + bitmap_t *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;