Server is nearly done, only server_application.cpp is failing
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
|
||||
class AccountManager {
|
||||
public:
|
||||
AccountManager() = default;
|
||||
~AccountManager() = default;
|
||||
AccountManager();
|
||||
~AccountManager();
|
||||
|
||||
//public access methods
|
||||
int CreateUserAccount(std::string username, int clientIndex);
|
||||
|
||||
Reference in New Issue
Block a user