|
Mana
|
#include "net/tmwa/partyhandler.h"#include "actorspritemanager.h"#include "event.h"#include "localplayer.h"#include "log.h"#include "party.h"#include "gui/socialwindow.h"#include "net/tmwa/messagein.h"#include "net/tmwa/messageout.h"#include "net/tmwa/protocol.h"#include "net/tmwa/gui/partytab.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. | |
Macros | |
| #define | PARTY_ID 1 |
Variables | |
| Net::PartyHandler * | partyHandler |
| #define PARTY_ID 1 |
Definition at line 41 of file partyhandler.cpp.
|
extern |