#include <map>
#include "account-server/accounthandler.hpp"
#include "account-server/characterdata.hpp"
#include "net/connectionhandler.hpp"
#include "utils/countedptr.h"
Go to the source code of this file.
Classes | |
| class | ServerHandler |
| Manages communications with all the game servers. More... | |
| struct | ServerHandler::Server |
Variables | |
| ServerHandler * | serverHandler |
| Server message handler. | |
|
|
Server message handler.
Definition at line 68 of file main-account.cpp. |
1.3.9.1