hot reload argument

This commit is contained in:
2025-09-12 22:40:00 +02:00
parent ff0a4ebdae
commit b7aa658e50
5 changed files with 15 additions and 9 deletions
+1
View File
@@ -10,6 +10,7 @@
typedef struct Parameters {
unsigned char screen;
char *frag_path;
bool hot_reload;
} Parameters;
typedef struct Vertex {