mirror of
https://github.com/stevenhowes/CTheEscape.git
synced 2026-05-27 04:00:52 +01:00
Re-arrange so application has a proper directory
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#define COMPOSITION_MAX 128
|
||||
|
||||
struct CompositionElement {
|
||||
signed short int Start;
|
||||
unsigned char Note;
|
||||
signed char Volume;
|
||||
unsigned char Channel;
|
||||
unsigned short int Length;
|
||||
};
|
||||
Reference in New Issue
Block a user