X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_vlpal.h;h=aa6e1c3d6a8ed0f7961760ee61543a5f2019f5f2;hb=0df3c2d5e81ce6a2f1d498b3107e1fd223e7af80;hp=91d99384915077e86c0099e0a0d05ebf3528514e;hpb=8564174b559b9e19036392ab7677fe9ee754080c;p=16.git diff --git a/src/lib/16_vlpal.h b/src/lib/16_vlpal.h index 91d99384..aa6e1c3d 100755 --- a/src/lib/16_vlpal.h +++ b/src/lib/16_vlpal.h @@ -2,8 +2,9 @@ #define __16_VLPAL_H__ #include "src/lib/16_vl.h" +#include "src/lib/16_vlpld.h" +#include "16/modex16/bitmap.h" -#define BEVERBOSEPALCHECK typedef struct { @@ -12,6 +13,8 @@ typedef struct word offset; } imgtestpal_t; -void VL_palette(imgtestpal_t *bmp, byte *p, word *i, word qp, word aqoffset); +void VL_modexPalUpdate(bitmap_t *bmp, word *i, word qp, word aqpp, global_game_variables_t *gv); +void VL_palette(imgtestpal_t *bmp, byte *p, word *i, word qp, word aqoffset, global_game_variables_t *gv); + #endif //__16_VLPAL_H__