4 #define TILESIZE (533.33333f)
5 #define CHUNKSIZE ((TILESIZE) / 16.0f)
6 #define UNITSIZE (CHUNKSIZE / 8.0f)
8 typedef unsigned char uint8
;
9 typedef unsigned short uint16
;
10 typedef unsigned int uint32
;
29 float v9
[16*8+1][16*8+1];
38 float waterlevel
[9][9];
44 void fixname(std::string
&name
);
51 void LoadMapChunk(MPQFile
&,chunk
*);
52 bool LoadWMO(char* filename
);