X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_vlpal.h;h=4184b057910e40c79485a0a7348b558f3e60efcc;hb=5e42adafd63db11fa5dd7e726a16e802200060db;hp=63dc75d1e21e1835bcd1be5e14781c817030acc2;hpb=02ebe5d276d33d55b9d46fef19a8ef939b7c9743;p=16.git diff --git a/src/lib/16_vlpal.h b/src/lib/16_vlpal.h index 63dc75d1..4184b057 100755 --- a/src/lib/16_vlpal.h +++ b/src/lib/16_vlpal.h @@ -2,7 +2,19 @@ #define __16_VLPAL_H__ #include "src/lib/16_vl.h" +#include "src/lib/16_vlpld.h" +#include "16/modex16/bitmap.h" + + +typedef struct +{ + word width; + word height; + word offset; +} imgtestpal_t; + +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, word *apal, global_game_variables_t *gv); -void VL_palette(bitmap_t *bmp, word *i, word qp, word aqoffset); #endif //__16_VLPAL_H__