mirror of https://github.com/nmlgc/ReC98.git
7 lines
205 B
C++
7 lines
205 B
C++
|
static const unsigned char SE_NONE = 0xFF;
|
||
|
|
||
|
extern unsigned char snd_se_playing;
|
||
|
extern unsigned char snd_se_priorities[];
|
||
|
extern unsigned char snd_se_priority_frames[];
|
||
|
extern unsigned char snd_se_frame;
|