#include <fileformatdefs.h>
Public Methods | |
void | Clear () |
Public Attributes | |
unsigned long | nVersion |
unsigned long | nNumTiles |
unsigned long | nTileStart |
unsigned long | nTileEnd |
uint16 * | tilesizex |
uint16 * | tilesizey |
uint32 * | picanm |
TILESTRUCT * | tiles |
Definition at line 124 of file fileformatdefs.h.
|
Definition at line 127 of file fileformatdefs.h. |
|
Number of tiles in the ART file. NOTE: don't use this number. If you want to find out how many tile are in this file take (nTileEnd - nTileStart). Definition at line 142 of file fileformatdefs.h. |
|
Number of the last tile in the ART file Definition at line 148 of file fileformatdefs.h. |
|
Number of the first tile in the ART file Definition at line 145 of file fileformatdefs.h. |
|
Art file version Definition at line 136 of file fileformatdefs.h. |
|
This is a temp variable Definition at line 157 of file fileformatdefs.h. |
|
Array of tiles Definition at line 160 of file fileformatdefs.h. |
|
This is a temp variable Definition at line 151 of file fileformatdefs.h. |
|
This is a temp variable Definition at line 154 of file fileformatdefs.h. |