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
+8
View File
@@ -27,6 +27,14 @@
#include <iostream>
#include <string>
//-------------------------
//Define the various UIDs
//-------------------------
int ClientData::uidCounter = 0;
int CharacterData::uidCounter = 0;
int CombatInstance::uidCounter = 0;
//-------------------------
//Define the public members
//-------------------------