Re-arrange so application has a proper directory

This commit is contained in:
stevenhowes
2021-03-26 22:08:25 +00:00
parent 1c3a32a47e
commit 17123f111c
12 changed files with 3 additions and 3 deletions
+9
View File
@@ -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;
};