Cleaning game.cpp removing old test code.
Created static mesh entity Created debug bar
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <Entity/Entity.h>
|
||||
|
||||
struct StaticMesh
|
||||
{
|
||||
DECLARE_ENTITY()
|
||||
};
|
||||
DEFINE_ENTITY(StaticMesh);
|
||||
Reference in New Issue
Block a user