Mana
|
#include "net/tmwa/charserverhandler.h"
#include "client.h"
#include "game.h"
#include "log.h"
#include "gui/charcreatedialog.h"
#include "gui/okdialog.h"
#include "net/net.h"
#include "net/tmwa/gamehandler.h"
#include "net/tmwa/loginhandler.h"
#include "net/tmwa/messagein.h"
#include "net/tmwa/messageout.h"
#include "net/tmwa/network.h"
#include "net/tmwa/protocol.h"
#include "net/tmwa/token.h"
#include "resources/attributes.h"
#include "resources/chardb.h"
#include "resources/hairdb.h"
#include "utils/dtor.h"
#include "utils/gettext.h"
#include "utils/stringutils.h"
Go to the source code of this file.
Namespaces | |
namespace | TmwAthena |
Warning: buffers and other variables are shared, so there can be only one connection active at a time. | |
Variables | |
Net::CharHandler * | charHandler |
ServerInfo | TmwAthena::charServer |
ServerInfo | TmwAthena::mapServer |
|
extern |