]> 4ch.mooo.com Git - 16.git/blob - src/lib/16_vlpal.h
__seguse.txt added to show _seg usage also OpenVGMFile needs to be ported to 16_snd...
[16.git] / src / lib / 16_vlpal.h
1 #ifndef __16_VLPAL_H__\r
2 #define __16_VLPAL_H__\r
3 \r
4 #include "src/lib/16_vl.h"\r
5 #include "src/lib/16_vlpld.h"\r
6 \r
7 \r
8 typedef struct\r
9 {\r
10         word width;\r
11         word height;\r
12         word offset;\r
13 } imgtestpal_t;\r
14 \r
15 void VL_modexPalUpdate(bitmap_t *bmp, word *i, word qp, word aqpp, global_game_variables_t *gv);\r
16 void VL_palette(imgtestpal_t *bmp, byte *p, word *i, word qp, word aqoffset, global_game_variables_t *gv);\r
17 \r
18 \r
19 #endif //__16_VLPAL_H__\r