]> 4ch.mooo.com Git - 16.git/blob - 16/modex16/palettec.c
i am too damn tired\! and i will not have anytime at all to even work on 16_sd and...
[16.git] / 16 / modex16 / palettec.c
1 #include "modex16.h"\r
2 \r
3 void\r
4 main() {\r
5     byte *pal;\r
6 \r
7     modexEnter();\r
8 \r
9     pal = modexNewPal();\r
10     modexPalSave(pal);\r
11 \r
12     modexSavePalFile("gfx.pal", pal);\r
13 \r
14     modexLeave();\r
15 \r
16 }\r