Added character API

This commit is contained in:
Kayne Ruse
2015-02-17 22:10:07 +11:00
parent 2cc7260552
commit b273b4c04a
5 changed files with 133 additions and 5 deletions
-3
View File
@@ -35,9 +35,6 @@ public:
CharacterData() = default;
~CharacterData() = default;
//accessors and mutators
//...
//database stuff
int GetOwner();
std::string GetHandle();