Clean up the debug UI so that it's not using the jank debug component I didn't use anyway.

This commit is contained in:
Zed A. Shaw 2025-06-01 11:10:25 -04:00
parent e8199a973c
commit b8d2d1870d
5 changed files with 22 additions and 36 deletions

View file

@ -89,5 +89,6 @@ namespace gui {
void run_systems();
void handle_world_events();
void next_level();
void debug_render();
};
}