X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_vlpal.h;h=aa81d33e296dfdafe8fdd56e9c91cfac9f1b3586;hb=0902e0e217ef1eb91af959aa8ab47f355f6678e9;hp=f97c4fd4e4d905ab95c2a03787912a14ff1be845;hpb=16cb74317c1591986b9d856beb4c70ce875db179;p=16.git diff --git a/src/lib/16_vlpal.h b/src/lib/16_vlpal.h index f97c4fd4..aa81d33e 100755 --- a/src/lib/16_vlpal.h +++ b/src/lib/16_vlpal.h @@ -1,8 +1,8 @@ #ifndef __16_VLPAL_H__ #define __16_VLPAL_H__ -#include "src/lib/16_vlpald.h" #include "src/lib/16_vl.h" +#include "src/lib/16_vlpld.h" typedef struct @@ -12,9 +12,8 @@ typedef struct word offset; } imgtestpal_t; -void VL_modexPalUpdate(bitmap_t *bmp, word *i, word qp, word aqpp); -void VL_palette(imgtestpal_t *bmp, byte *p, word *i, word qp, word aqoffset); -//void chkcolor(bitmap_t *bmp, word *q, word *a, word *aa, word *z); +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__