X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fbakapee.h;h=fd0a1a0a595c1a2d8630383b7b6cc1d2c913688f;hb=6b585194480dbbfb1ca8ae9d4564418b24e79d48;hp=672d80463d888289f60a5aaf6824c0f06c652cdc;hpb=8878a8671670bfddd8b56a648b16818b1c029b2f;p=16.git diff --git a/src/lib/bakapee.h b/src/lib/bakapee.h index 672d8046..fd0a1a0a 100644 --- a/src/lib/bakapee.h +++ b/src/lib/bakapee.h @@ -32,19 +32,16 @@ #define LGQ 32 #define HGQ 55 +#define TILE + typedef struct { - word gq; + word gq; + word qq; sword bakax, bakay; sword xx, yy, sx, sy; byte coor; } bakapee_t; -typedef struct -{ - 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);