#include <GRRLIB.h>
Data Fields | |
| unsigned int | w |
| Width of the texture. | |
| unsigned int | h |
| Height of the texture. | |
| unsigned int | tilew |
| Widht of a tile. | |
| unsigned int | tileh |
| Height of a tile. | |
| unsigned int | nbtilew |
| Number of tiles for the x axis. | |
| unsigned int | nbtileh |
| Number of tiles for the y axis. | |
| unsigned int | tilestart |
| Offset for starting position. | |
| void * | data |
| Pointer to the texture data. | |
| void* data |
Pointer to the texture data.
| unsigned int h |
Height of the texture.
| unsigned int nbtileh |
Number of tiles for the y axis.
| unsigned int nbtilew |
Number of tiles for the x axis.
| unsigned int tileh |
Height of a tile.
| unsigned int tilestart |
Offset for starting position.
| unsigned int tilew |
Widht of a tile.
| unsigned int w |
Width of the texture.
1.5.8