Began to implement user accounts using the database

I'm mostly just testing the waters at this stage, and i've left some debug
code in. There's no way to unload, delete, etc. the accounts, but that
comes later.
This commit is contained in:
Kayne Ruse
2014-05-05 23:57:07 +10:00
parent 92fc9b4e25
commit 910e51f637
8 changed files with 174 additions and 6 deletions
-1
View File
@@ -31,7 +31,6 @@
struct CharacterData {
//metadata
int clientIndex;
std::string username;
std::string handle;
std::string avatar;