X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_in.h;h=186158ea99f4612d9dd960b298dbf696ebcb1626;hb=354f7f6075e4c911b66c34b33bab64e5ec407c3e;hp=78ebd8053db4bec143f7dc2995773c0712fd92db;hpb=9c4ac95a4b988defb3dd98eac76b38fbf7baa762;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;