NightFox’s Lib
|
Struct that holds information about 8-bit bitmap backgrounds. More...
#include <nf_bitmapbg.h>
Data Fields | |
u8 * | data |
Data buffer. | |
size_t | data_size |
Data buffer size. | |
u16 * | pal |
Palette buffer. | |
size_t | pal_size |
Palette buffer size. | |
bool | inuse |
True if the slot is in use. | |
Struct that holds information about 8-bit bitmap backgrounds.