]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_vlpal.h
paltest nolonger stack overflows
[16.git] / src / lib / 16_vlpal.h
index 63dc75d1e21e1835bcd1be5e14781c817030acc2..4184b057910e40c79485a0a7348b558f3e60efcc 100755 (executable)
@@ -2,7 +2,19 @@
 #define __16_VLPAL_H__\r
 \r
 #include "src/lib/16_vl.h"\r
+#include "src/lib/16_vlpld.h"\r
+#include "16/modex16/bitmap.h"\r
+\r
+\r
+typedef struct\r
+{\r
+       word width;\r
+       word height;\r
+       word offset;\r
+} imgtestpal_t;\r
+\r
+void VL_modexPalUpdate(bitmap_t *bmp, word *i, word qp, word aqpp, global_game_variables_t *gv);\r
+void VL_palette(imgtestpal_t *bmp, byte *p, word *i, word qp, word aqoffset, word *apal, global_game_variables_t *gv);\r
 \r
-void VL_palette(bitmap_t *bmp, word *i, word qp, word aqoffset);\r
 \r
 #endif //__16_VLPAL_H__\r