moar collisionz

This commit is contained in:
Adam
2014-03-13 00:29:47 +01:00
parent 01743867f0
commit 2beaa22758
4 changed files with 85 additions and 30 deletions
+1
View File
@@ -42,6 +42,7 @@ public:
private:
std::shared_ptr<Renderer> m_Renderer;
EntityID entcamera, player1, player2;
};
#endif // GameWorld_h__