#include "nxwcommn.h"
#include "set.h"
Go to the source code of this file.
Compounds | |
| class | cAccount |
| an Account More... | |
| class | cAccounts |
| Class for Account Management. More... | |
Defines | |
| #define | ADMIN_ACCOUNT 0 |
Typedefs | |
| typedef map< ACCOUNT, cAccount > | ACCOUNT_LIST |
| typedef map< std::string, ACCOUNT > | ACCOUNT_LIST_BY_NAME |
Enumerations | |
| enum | AUTHENTICATE_RESULT { LOGIN_NOT_FOUND = -3, BAD_PASSWORD = -4, ACCOUNT_BANNED = -5, ACCOUNT_WIPE = -6 } |
| enum | ACCOUNT_STATE { LOG_OUT, LOG_ENTERING, LOG_INGAME } |
Variables | |
| cAccounts * | Accounts |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|