#include <Tile.h>
Public Types | |
| typedef std::list< ObjListNode > | DrawList |
| A std::list of objects to draw. | |
| typedef DrawList::iterator | DrawListIter |
| An iterator over a list of entities. | |
Public Attributes | |
| int | height |
| The height of the tile. | |
| LPDIRECT3DTEXTURE8 | topTex |
| The texture to use on the top of the tile. | |
| LPDIRECT3DTEXTURE8 | sideTex |
| The texture to use on the sides of the tile. | |
| DrawList | objs |
| A list of objects in this tile to render. | |
|
|
A std::list of objects to draw.
|
|
|
An iterator over a list of entities.
|
|
|
The height of the tile.
|
|
|
A list of objects in this tile to render.
|
|
|
The texture to use on the sides of the tile.
|
|
|
The texture to use on the top of the tile.
|
1.2.18