merging various commits and stashes

This commit is contained in:
Kayne Ruse
2013-05-01 21:30:02 +10:00
parent fe04561b26
commit 80004ca8d4
7 changed files with 66 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef PLAYERMANAGER_HPP_
#define PLAYERMANAGER_HPP_
#include "player.hpp"
class PlayerManager {
public:
private:
};
#endif