ManaPlus
|
#include "resources/rect/doublerect.h"
#include "render/vertexes/openglgraphicsvertexes.h"
#include "localconsts.h"
Go to the source code of this file.
Data Structures | |
class | ImageVertexes |
Typedefs | |
typedef std::vector< DoubleRect * > | DoubleRects |
typedef std::vector< ImageVertexes * > | ImageVertexesVector |
typedef ImageVertexesVector::iterator | ImageCollectionIter |
typedef ImageVertexesVector::const_iterator | ImageCollectionCIter |
typedef std::vector<DoubleRect*> DoubleRects |
Definition at line 37 of file imagevertexes.h.
typedef ImageVertexesVector::const_iterator ImageCollectionCIter |
Definition at line 58 of file imagevertexes.h.
typedef ImageVertexesVector::iterator ImageCollectionIter |
Definition at line 57 of file imagevertexes.h.
typedef std::vector<ImageVertexes*> ImageVertexesVector |
Definition at line 56 of file imagevertexes.h.