Mana
|
#include "net/tmwa/inventoryhandler.h"
#include "equipment.h"
#include "event.h"
#include "game.h"
#include "inventory.h"
#include "item.h"
#include "itemshortcut.h"
#include "localplayer.h"
#include "log.h"
#include "net/tmwa/messagein.h"
#include "net/tmwa/messageout.h"
#include "net/tmwa/protocol.h"
#include "resources/iteminfo.h"
#include "utils/gettext.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. | |
Enumerations | |
enum | { TmwAthena::debugInventory = 1 } |
Variables | |
Net::InventoryHandler * | inventoryHandler |
|
extern |