9 lines
126 B
C
9 lines
126 B
C
enum {
|
|
Colrioback,
|
|
|
|
Numcolors,
|
|
};
|
|
|
|
extern Image *col[Numcolors];
|
|
void themeload(char *s, int n);
|
|
char *themestring(int *n);
|