ManaPlus
Data Structures | Typedefs
tileanimation.h File Reference

(986a3bf)

#include "utils/vector.h"
#include <map>
#include "localconsts.h"

Go to the source code of this file.

Data Structures

class  TileAnimation
 

Typedefs

typedef std::vector< std::pair< MapLayer *, int > > TilePairVector
 
typedef TilePairVector::const_iterator TilePairVectorCIter
 
typedef std::map< int, TileAnimation * > TileAnimationMap
 
typedef TileAnimationMap::const_iterator TileAnimationMapCIter
 

Typedef Documentation

◆ TileAnimationMap

typedef std::map<int, TileAnimation*> TileAnimationMap

Definition at line 64 of file tileanimation.h.

◆ TileAnimationMapCIter

typedef TileAnimationMap::const_iterator TileAnimationMapCIter

Definition at line 65 of file tileanimation.h.

◆ TilePairVector

typedef std::vector<std::pair<MapLayer*, int> > TilePairVector

Definition at line 38 of file tileanimation.h.

◆ TilePairVectorCIter

typedef TilePairVector::const_iterator TilePairVectorCIter

Definition at line 39 of file tileanimation.h.