]> 4ch.mooo.com Git - 16.git/blob - src/lib/16_vlpal.h
i made that messy complex palette experiment noisy as fuck again
[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 \r
6 #define BEVERBOSEPALCHECK\r
7 \r
8 #ifdef BEVERBOSEPALCHECK\r
9 #endif\r
10 \r
11 typedef struct\r
12 {\r
13         word width;\r
14         word height;\r
15         word offset;\r
16 } imgtestpal_t;\r
17 \r
18 void VL_palette(imgtestpal_t *bmp, byte *p, word *i, word qp, word aqoffset);\r
19 \r
20 #endif //__16_VLPAL_H__\r