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
+3 -2
View File
@@ -242,12 +242,13 @@ typedef struct MidiDevice {
typedef struct Project {
bool error;
char path[STR_LEN];
ConfigFile config;
StateConfig state_config;
FileArray fragment_shaders;
File common_shader_code; // TODO change
unsigned int frag_count;
unsigned int in_count;
UintArray sub_counts;
File fragment_shaders[MAX_FRAG][MAX_SUB_FILE + 1];
} Project;
#endif /* TYPES_H */