ManaPlus
Data Structures | Variables
being.h File Reference

(986a3bf)

#include "position.h"
#include "enums/being/badgeindex.h"
#include "enums/being/reachable.h"
#include "enums/gui/usercolorid.h"
#include "enums/simpletypes/move.h"
#include "enums/being/visiblenamepos.h"
#include "resources/beinginfo.h"
#include "resources/beingslot.h"
#include "being/actorsprite.h"
#include "enums/being/attacktype.h"
#include "enums/being/badgedrawtype.h"
#include "enums/being/beingaction.h"
#include "enums/being/gender.h"
#include "listeners/configlistener.h"
#include "localconsts.h"

Go to the source code of this file.

Data Structures

struct  NextSoundInfo
 
class  Being
 

Variables

static const int DEFAULT_BEING_WIDTH = 32
 
static const int DEFAULT_BEING_HEIGHT = 32
 
volatile time_t cur_time
 
std::list< BeingCacheEntry * > beingInfoCache
 

Variable Documentation

◆ beingInfoCache

std::list<BeingCacheEntry*> beingInfoCache
extern

Definition at line 148 of file being.cpp.

Referenced by Being::addToCache(), Being::clearCache(), and Being::getCacheEntry().

◆ cur_time

volatile time_t cur_time
extern

◆ DEFAULT_BEING_HEIGHT

const int DEFAULT_BEING_HEIGHT = 32
static

Definition at line 53 of file being.h.

Referenced by Being::getHeight().

◆ DEFAULT_BEING_WIDTH

const int DEFAULT_BEING_WIDTH = 32
static

Definition at line 52 of file being.h.

Referenced by Being::getWidth().