X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_in.h;h=16b9b0aeab16accbd8f778ae988c97c34dec478e;hb=e66bba2d025d815517aec1227214b264209e539d;hp=78ebd8053db4bec143f7dc2995773c0712fd92db;hpb=e7560148aa2da2b398dfeb8c5ee7e49bf9deff0b;p=16.git diff --git a/src/lib/16_in.h b/src/lib/16_in.h index 78ebd805..16b9b0ae 100755 --- a/src/lib/16_in.h +++ b/src/lib/16_in.h @@ -30,9 +30,11 @@ #include #include "src/lib/16_head.h" #include "src/lib/16_timer.h" -#include "src/lib/bitmap.h" -#include "src/lib/planar.h" - +#ifdef __WATCOMC__ //borland C BCEXMM.EXE +#include "src/lib/16_dbg.h" +#include "src/lib/16_sprit.h" +#include "src/lib/bitmap.h" //old format +#endif #ifdef __DEBUG__ //#define __DEBUG_InputMgr__ #endif @@ -42,7 +44,7 @@ //#define TESTCONTROLNOISY #endif -extern boolean testkeyin,testcontrolnoisy,testctrltype; +extern boolean testkeyin,testcontrolnoisy; //if else for gfxtesting and direction //player[pn].d == 2 || @@ -225,10 +227,12 @@ 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 + struct sprite *spri; //supposively the sprite sheet data + bitmap_t *data; //supposively the sprite sheet data//old format 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;