Mana
|
#include "net/manaserv/chathandler.h"
#include "actorspritemanager.h"
#include "being.h"
#include "client.h"
#include "channel.h"
#include "channelmanager.h"
#include "event.h"
#include "log.h"
#include "playerrelations.h"
#include "gui/widgets/channeltab.h"
#include "net/manaserv/connection.h"
#include "net/manaserv/messagein.h"
#include "net/manaserv/messageout.h"
#include "net/manaserv/manaserv_protocol.h"
#include "utils/gettext.h"
#include "utils/stringutils.h"
#include <string>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | ManaServ |
Variables | |
Being * | local_player |
Net::ChatHandler * | chatHandler |
|
extern |
|
extern |
Definition at line 56 of file localplayer.cpp.