sgdk
TileSet Struct Reference

Tile set structure which contains tiles definition.
Use the unpackTileSet() method to unpack if compression is enabled. More...

#include <vdp_tile.h>

List of all members.

Public Attributes

u16 compression
u16 numTile
u32tiles

Detailed Description

Tile set structure which contains tiles definition.
Use the unpackTileSet() method to unpack if compression is enabled.

Parameters:
compressioncompression type, accepted values:
COMPRESSION_NONE
COMPRESSION_APLIB
COMPRESSION_LZ4W
numTilenumber of tile in the tiles buffer.
tilesTiles data (packed or not depending compression field).

The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines