Experimenting with SQL

This commit is contained in:
2016-04-22 18:14:07 +10:00
parent 754fb71850
commit ba295099f3
9 changed files with 186 additions and 14 deletions
+4
View File
@@ -40,4 +40,8 @@ std::string CharacterData::GetHandle() {
std::string CharacterData::GetAvatar() {
return avatar;
}
Inventory* CharacterData::GetInventory() {
return &inventory;
}