Go to the source code of this file.
Defines | |
#define | SERVER_LISTEN_PORT 7997 |
Enumerations | |
enum | _tMessageIDs { MSG_LOGIN = 0, MSG_LOGIN_OK, MSG_LOGIN_FAIL, MSG_CLIENT_LOGOFF, MSG_SERVER_DOWN, MSG_LOAD_PLAYER, MSG_CREATE_PLAYER } |
enum | _tConStates { NOT_CONNECTED = 0, TRYING_CON, CONNECTED } |
|
Definition at line 4 of file messageIDs.h. Referenced by GameClient::GameClient(), and GameServer::GameServer(). |
|
Definition at line 16 of file messageIDs.h. |
|
Definition at line 6 of file messageIDs.h. |