X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_in.h;h=eecfae5905bd772859827f1c8385ad0d2779825c;hb=6a98c81b36a1b7e4103d81050f1c9ec04aa85996;hp=bb0e8e61929f64fe674f30e8104d8f056d2034d5;hpb=51fb2f83cbef4a1b37645b63bbe5a2d490e85ec5;p=16.git diff --git a/src/lib/16_in.h b/src/lib/16_in.h index bb0e8e61..eecfae59 100644 --- a/src/lib/16_in.h +++ b/src/lib/16_in.h @@ -28,7 +28,8 @@ #define __16_IN__ #include -#include "src/lib/16_head.h" +#include "src/lib/16_head.h" +#include "src/lib/bitmap.h" #ifdef __DEBUG__ //#define __DEBUG_InputMgr__ @@ -213,14 +214,16 @@ typedef struct int ty; //player tile position on the viewable map int triggerx; //player's trigger box tile position on the viewable map int triggery; //player's trigger box tile position on the viewable map - int setx; //NOT USED YET! player sprite sheet set on the image x - int sety; //NOT USED YET! player sprite sheet set on the image y - word q; //loop variable -// word d; //direction - //bitmap_t data; //supposively the sprite sheet data - int hp; //hitpoints of the player + 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 + word speed; //player speed! + 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; - ControlType Controls; + ControlType Controls; } player_t; /*