Created PlayerManager

This commit is contained in:
Kayne Ruse
2013-05-01 23:40:28 +10:00
parent 80004ca8d4
commit 95f2d212ef
6 changed files with 103 additions and 14 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ protected:
SurfaceManager surfaceMgr;
PlayerManager playerMgr;
Player* player;
int playerCounter;
int currentPlayer;
};
#endif