Server is nearly done, only server_application.cpp is failing

This commit is contained in:
Kayne Ruse
2014-06-06 23:34:38 +10:00
parent 10e857ecd1
commit 170096b5db
8 changed files with 31 additions and 21 deletions
+2 -2
View File
@@ -30,8 +30,8 @@
class CharacterManager {
public:
CharacterManager() = default;
~CharacterManager() = default;
CharacterManager();
~CharacterManager();
//public access methods
int CreateCharacter(int owner, std::string handle, std::string avatar);