mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-04 21:50:38 -04:00
7 lines
279 B
C
7 lines
279 B
C
#define SMD_256 1
|
|
#define SMD_HICOLOR 2
|
|
#define SMD_256_FULL (1+128)
|
|
#define SMD_HICOLOR_FULL (2+128)
|
|
void play_animation(const char *filename,char mode,int posy,char sound);
|
|
void set_title_list(char **titles);
|
|
void set_play_attribs(void *screen,char rdraw,char bm,char colr64);
|