Mana
|
#include "being.h"
#include "resources/userpalette.h"
#include "utils/time.h"
#include <guichan/actionlistener.hpp>
#include <guichan/deathlistener.hpp>
#include <memory>
Go to the source code of this file.
Classes | |
class | AwayListener |
class | LocalPlayer |
The local player character. More... | |
Enumerations | |
enum | { PICKUP_OKAY , PICKUP_BAD_ITEM , PICKUP_TOO_HEAVY , PICKUP_TOO_FAR , PICKUP_INV_FULL , PICKUP_STACK_FULL , PICKUP_DROP_STEAL } |
Reasons an item can fail to be picked up. More... | |
Variables | |
LocalPlayer * | local_player |
anonymous enum |
Reasons an item can fail to be picked up.
Enumerator | |
---|---|
PICKUP_OKAY | |
PICKUP_BAD_ITEM | |
PICKUP_TOO_HEAVY | |
PICKUP_TOO_FAR | |
PICKUP_INV_FULL | |
PICKUP_STACK_FULL | |
PICKUP_DROP_STEAL |
Definition at line 60 of file localplayer.h.
|
extern |
Definition at line 56 of file localplayer.cpp.