small refactoring

This commit is contained in:
2025-09-19 14:51:13 +02:00
parent 4cc2b08e6e
commit ca38997fdc
5 changed files with 4 additions and 3 deletions
+1
View File
@@ -73,6 +73,7 @@ typedef struct Context {
int height;
double time;
unsigned int fps;
float tempo;
} Context;
typedef struct Timer {