#include <enet/enet.h>
#include "account-server/account.hpp"
#include "account-server/characterdata.hpp"
#include "net/netcomputer.hpp"
Go to the source code of this file.
Classes | |
| class | AccountClient |
| A connected computer that can have an account and character associated with it. More... | |
Enumerations | |
| enum | { CLIENT_LOGIN = 0, CLIENT_CONNECTED, CLIENT_QUEUED } |
|
|
Definition at line 35 of file accountclient.hpp. |
1.3.9.1