Files
CTheEscape/h/Sound
T
stevenhowes af20cab109 Initial
Commit of begging of port of TheEscape to C
2021-03-18 22:11:51 +00:00

9 lines
117 B
C

#define COMPOSITION_MAX 128
struct CompositionElement {
int Start;
int Note;
int Volume;
int Channel;
int Length;
};