pretty debug info and windowed mode

This commit is contained in:
2025-09-20 22:16:57 +02:00
parent 3b48880f58
commit 0e7c6435f5
7 changed files with 47 additions and 22 deletions
+1
View File
@@ -18,6 +18,7 @@ typedef struct Parameters {
float base_tempo;
bool monitor;
bool demo;
bool windowed;
} Parameters;
typedef struct Vertex {