X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_vlpal.h;h=aa81d33e296dfdafe8fdd56e9c91cfac9f1b3586;hb=e6e39c020391044b5841c6bfb6b8240c68f31d6a;hp=755cbe224eca241df9d1b2212b37bdef86e5e43e;hpb=9319e98efc6504bcf798fd737be25573cc0420e1;p=16.git diff --git a/src/lib/16_vlpal.h b/src/lib/16_vlpal.h index 755cbe22..aa81d33e 100755 --- a/src/lib/16_vlpal.h +++ b/src/lib/16_vlpal.h @@ -2,11 +2,8 @@ #define __16_VLPAL_H__ #include "src/lib/16_vl.h" +#include "src/lib/16_vlpld.h" -#define BEVERBOSEPALCHECK - -#ifdef BEVERBOSEPALCHECK -#endif typedef struct { @@ -15,6 +12,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__