helapordo 1.4.13
Loading...
Searching...
No Matches
palette.h
Go to the documentation of this file.
1#ifndef PALETTE_S4C_H_
2#define PALETTE_S4C_H_
3
4#ifndef S4C_HAS_ANIMATE
5#define S4C_SCRIPTS_PALETTE_ANIMATE_CLEANUP
6#define S4C_HAS_ANIMATE
7#endif
8#include "../sprites4curses/src/s4c.h"
9#ifdef PALETTE_ANIMATE_CLEANUP
10#undef S4C_HAS_ANIMATE
11#undef S4C_SCRIPTS_PALETTE_ANIMATE_CLEANUP
12#endif //PALETTE_ANIMATE_CLEANUP
13
14#define PALETTE_S4C_H_VERSION "0.2.3"
15#define PALETTE_S4C_H_TOTCOLORS 32
16
20extern S4C_Color palette[33];
21
22#endif // PALETTE_S4C_H_
S4C_Color palette[33]
Declares S4C_Color array for palette.
Definition palette.c:3