X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_in.h;h=186158ea99f4612d9dd960b298dbf696ebcb1626;hb=354f7f6075e4c911b66c34b33bab64e5ec407c3e;hp=9ac30e81504be1640a845aa48668105bf218da4c;hpb=80b3d6cc928bc94a01aa357bca85d077ec5fba2f;p=16.git diff --git a/src/lib/16_in.h b/src/lib/16_in.h index 9ac30e81..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__ @@ -229,7 +230,7 @@ typedef struct //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;