Moved debug info to separate windows

This commit is contained in:
2025-05-23 18:32:53 -06:00
parent 821c20eba8
commit e121b6159b
2 changed files with 225 additions and 188 deletions

View File

@ -2,9 +2,6 @@
#include <common.h>
static const int SCREEN_WIDTH = 1024;
static const int SCREEN_HEIGHT = 768;
void ui_init();
void ui_handle_events();
void ui_update();