Cleaning game.cpp removing old test code.

Created static mesh entity
Created debug bar
This commit is contained in:
2026-08-10 22:12:31 -04:00
parent ee20c903b2
commit 5566f76a94
7 changed files with 132 additions and 63 deletions
+5
View File
@@ -0,0 +1,5 @@
#pragma once
#if JULIET_DEBUG
void DrawTopBar();
#endif