![]() |
N64 QOI Demo
A N64 homebrew app that opens QOI images from ROM
|
A container for holding a bunch of names. More...
Data Fields | |
name_node_pool_t * | prev |
A pointer to the previous block of names. | |
name_node_pool_t * | next |
A pointer to the next block of names. | |
int | num_images |
Number of images occupied in the block. 32 bit integer for word alignment purposes. | |
char | name [POOL_IMG_SIZE][MAX_STRING_SIZE] |
A list of names in a block. | |
A container for holding a bunch of names.