ManaPlus
|
#include <tileinfo.h>
Public Member Functions | |
TileInfo () | |
Data Fields | |
Image * | image |
int | width |
int | count |
int | nextTile |
bool | isEnabled |
Definition at line 29 of file tileinfo.h.
|
inline |
Definition at line 31 of file tileinfo.h.
int TileInfo::count |
Definition at line 47 of file tileinfo.h.
Referenced by MapLayer::draw(), MapLayer::drawFringe(), and MapLayer::updateCache().
Image* TileInfo::image |
Definition at line 43 of file tileinfo.h.
Referenced by MapLayer::draw(), MapLayer::drawFringe(), MapLayer::setTile(), and MapLayer::updateCache().
bool TileInfo::isEnabled |
Definition at line 51 of file tileinfo.h.
Referenced by MapLayer::draw(), MapLayer::drawFringe(), MapLayer::updateCache(), MapLayer::updateOGL(), and MapLayer::updateSDL().
int TileInfo::nextTile |
Definition at line 49 of file tileinfo.h.
Referenced by MapLayer::draw(), MapLayer::drawFringe(), and MapLayer::updateCache().
int TileInfo::width |
Definition at line 45 of file tileinfo.h.
Referenced by MapLayer::draw(), MapLayer::drawFringe(), and MapLayer::updateCache().