Mana
|
#include "net/tmwa/beinghandler.h"
#include "actorspritemanager.h"
#include "being.h"
#include "client.h"
#include "effectmanager.h"
#include "game.h"
#include "guild.h"
#include "localplayer.h"
#include "log.h"
#include "party.h"
#include "playerrelations.h"
#include "net/net.h"
#include "net/tmwa/messagein.h"
#include "net/tmwa/messageout.h"
#include "net/tmwa/playerhandler.h"
#include "net/tmwa/protocol.h"
#include "resources/emotedb.h"
#include "resources/hairdb.h"
#include "resources/statuseffectdb.h"
#include <cmath>
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. | |