]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_in.h
scroll.exe somewhat works again! wwww
[16.git] / src / lib / 16_in.h
index bb0e8e61929f64fe674f30e8104d8f056d2034d5..9b3e9db9944025176f149569e2bc84c9ec576a96 100644 (file)
@@ -28,7 +28,8 @@
 #define        __16_IN__\r
 \r
 #include <string.h>\r
-#include "src/lib/16_head.h"\r
+#include "src/lib/16_head.h"
+#include "src/lib/bitmap.h"\r
 \r
 #ifdef __DEBUG__\r
 //#define      __DEBUG_InputMgr__\r
@@ -215,12 +216,13 @@ typedef   struct
        int triggery; //player's trigger box tile position on the viewable map\r
        int setx; //NOT USED YET! player sprite sheet set on the image x\r
        int sety; //NOT USED YET! player sprite sheet set on the image y\r
-       word q; //loop variable\r
-//     word d; //direction\r
-       //bitmap_t data; //supposively the sprite sheet data\r
-       int hp; //hitpoints of the player\r
+       word q; //loop variable
+       word speed;             //player speed!\r
+       bitmap_t data; //supposively the sprite sheet data\r
+       sword hp; //hitpoints of the player
+       word persist_aniframe;    /* gonna be increased to 1 before being used, so 0 is ok for default */\r
        CursorInfo      info;\r
-       ControlType     Controls;\r
+       ControlType     Controls;
 } player_t;\r
 \r
 /*\r