]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/bakapee.h
====scroll.exe coverted and bakapi.exe converted!! this is a major commit!
[16.git] / src / lib / bakapee.h
index 672d80463d888289f60a5aaf6824c0f06c652cdc..fd0a1a0a595c1a2d8630383b7b6cc1d2c913688f 100644 (file)
 #define LGQ         32\r
 #define HGQ         55
 
+#define TILE
+
 typedef struct {\r
-       word gq;\r
+       word gq;
+       word qq;\r
        sword bakax, bakay;\r
        sword xx, yy, sx, sy;\r
        byte coor;
 } bakapee_t;
 
-typedef struct
-{\r
-       int old_mode;   //old video mode before game!
-} global_game_variables_t;
-
-void setVGAmodeX(global_game_variables_t *vid, boolean vq);
 void pdump(page_t *pee);
 void cls(page_t *page, byte color, byte *Where);
 void colortest(page_t *page, bakapee_t *pee);