Multiple login account support initial, needs a ton of work but can login and create account

This commit is contained in:
KimLS
2017-11-14 21:42:14 -08:00
parent da163be8db
commit 6b70faf141
18 changed files with 198 additions and 359 deletions
+1 -3
View File
@@ -15,17 +15,15 @@ public:
LoginServerList();
~LoginServerList();
void Add(const char*, uint16, const char*, const char*, bool);
void Add(const char*, const char*, uint16, const char*, const char*, bool);
bool SendInfo();
bool SendNewInfo();
bool SendStatus();
bool SendPacket(ServerPacket *pack);
bool SendAccountUpdate(ServerPacket *pack);
bool Connected();
bool AllConnected();
bool MiniLogin();
bool CanUpdate();
size_t GetServerCount() const { return m_list.size(); }