AABB rendering

This commit is contained in:
2014-03-13 00:27:21 +01:00
parent fef9c1f751
commit 21b2e3bdc1
10 changed files with 143 additions and 23 deletions
+2
View File
@@ -42,6 +42,8 @@ public:
private:
std::shared_ptr<Renderer> m_Renderer;
EntityID m_Player;
};
#endif // GameWorld_h__