Planeshift
dtCompressedTile Struct Reference

#include <DetourTileCache.h>

Public Attributes

unsigned char * compressed
 
int compressedSize
 
unsigned char * data
 
int dataSize
 
unsigned int flags
 
struct dtTileCacheLayerHeaderheader
 
dtCompressedTilenext
 
unsigned int salt
 Counter describing modifications to the tile. More...
 

Detailed Description

Definition at line 18 of file DetourTileCache.h.

Member Data Documentation

unsigned char* dtCompressedTile::compressed

Definition at line 22 of file DetourTileCache.h.

int dtCompressedTile::compressedSize

Definition at line 23 of file DetourTileCache.h.

unsigned char* dtCompressedTile::data

Definition at line 24 of file DetourTileCache.h.

int dtCompressedTile::dataSize

Definition at line 25 of file DetourTileCache.h.

unsigned int dtCompressedTile::flags

Definition at line 26 of file DetourTileCache.h.

struct dtTileCacheLayerHeader* dtCompressedTile::header

Definition at line 21 of file DetourTileCache.h.

dtCompressedTile* dtCompressedTile::next

Definition at line 27 of file DetourTileCache.h.

unsigned int dtCompressedTile::salt

Counter describing modifications to the tile.

Definition at line 20 of file DetourTileCache.h.


The documentation for this struct was generated from the following file: