feat: working include directive

This commit is contained in:
2025-11-08 18:24:52 +01:00
parent de5fc8c641
commit 9c60d5dc4f
25 changed files with 248 additions and 154 deletions
+5 -1
View File
@@ -31,6 +31,10 @@
#define MAX_FRAG 64
#endif
#ifndef MAX_SUB_FILE
#define MAX_SUB_FILE 32
#endif
/* MIDI */
#ifndef UNSET_MIDI_CODE
@@ -44,7 +48,7 @@
/* ARRAY */
#ifndef ARRAY_SIZE
#define ARRAY_SIZE 1024
#define ARRAY_SIZE 512
#endif
#ifndef ARRAY_NOT_FOUND