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
+9
View File
@@ -0,0 +1,9 @@
#pragma once
#include <Entity/Entity.h>
struct StaticMesh
{
DECLARE_ENTITY()
};
DEFINE_ENTITY(StaticMesh);