chore: reduce debt

This commit is contained in:
2025-11-10 16:38:34 +01:00
parent 5532cbf53e
commit 1f727dc9b2
5 changed files with 21 additions and 20 deletions
+2 -2
View File
@@ -14,8 +14,8 @@
static bool parse_fragment_shader_file(Project *project, unsigned int i) {
File tmp_file;
char file_path[STR_LEN];
char *include_pos;
char *include_end;
const char *include_pos;
const char *include_end;
char included_file[STR_LEN];
char *new_content;