|
|
| version 1.2, 2004/08/04 15:18:26 | version 1.3, 2004/08/07 10:53:01 |
|---|---|
| Line 12 extern RGB16 x1z_pal16[4096+8]; // GRPH | Line 12 extern RGB16 x1z_pal16[4096+8]; // GRPH |
| #endif | #endif |
| extern int xm_palettes; | extern int xm_palettes; |
| extern BYTE pal_renewal; | // extern BYTE pal_renewal; |
| void pal_makegrad(RGB32 *pal, int pals, UINT32 bg, UINT32 fg); | void pal_makegrad(RGB32 *pal, int pals, UINT32 bg, UINT32 fg); |
| void pals_cnv16pal(RGB16 *dst, const RGB32 *src, UINT pals); | void pals_cnv16pal(RGB16 *dst, const RGB32 *src, UINT pals); |