Background structure.
More...
#include <PA_BgStruct.h>
|
int | BgType |
| Type of background.
|
|
int | width |
| Width of background in pixels.
|
|
int | height |
| Height of background in pixels.
|
|
const void * | BgTiles |
| Pointer to background tiles.
|
|
const void * | BgMap |
| Pointer to background map.
|
|
size_t | BgTiles_size |
| Size of tiles in bytes.
|
|