wip demo mode and base tempo

This commit is contained in:
2025-09-20 16:47:52 +02:00
parent ff5d64d500
commit 884f236e7e
9 changed files with 89 additions and 49 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ void window_update_title(Window *window, char *title);
void window_refresh(Window *window);
Context window_get_context(Window *window);
void window_get_context(Window *window, Context *context);
void window_close(Window *window, bool hard);