ARTSTRUCT Struct Reference

#include <fileformatdefs.h>

List of all members.

Public Methods

void Clear ()

Public Attributes

unsigned long nVersion
unsigned long nNumTiles
unsigned long nTileStart
unsigned long nTileEnd
uint16tilesizex
uint16tilesizey
uint32picanm
TILESTRUCTtiles


Detailed Description

Structure for one entire ART file

Definition at line 124 of file fileformatdefs.h.


Member Function Documentation

void ARTSTRUCT::Clear   [inline]
 

Definition at line 127 of file fileformatdefs.h.


Member Data Documentation

unsigned long ARTSTRUCT::nNumTiles
 

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.

unsigned long ARTSTRUCT::nTileEnd
 

Number of the last tile in the ART file

Definition at line 148 of file fileformatdefs.h.

unsigned long ARTSTRUCT::nTileStart
 

Number of the first tile in the ART file

Definition at line 145 of file fileformatdefs.h.

unsigned long ARTSTRUCT::nVersion
 

Art file version

Definition at line 136 of file fileformatdefs.h.

uint32* ARTSTRUCT::picanm
 

This is a temp variable

Definition at line 157 of file fileformatdefs.h.

TILESTRUCT* ARTSTRUCT::tiles
 

Array of tiles

Definition at line 160 of file fileformatdefs.h.

uint16* ARTSTRUCT::tilesizex
 

This is a temp variable

Definition at line 151 of file fileformatdefs.h.

uint16* ARTSTRUCT::tilesizey
 

This is a temp variable

Definition at line 154 of file fileformatdefs.h.


The documentation for this struct was generated from the following file:
Generated on Sat Jan 11 23:36:58 2003 for Build-Lib by doxygen1.2.18