N64 QOI Demo
A N64 homebrew app that opens QOI images from ROM
Loading...
Searching...
No Matches
name_node_pool_t Struct Reference

A container for holding a bunch of names. More...

Data Fields

name_node_pool_tprev
 A pointer to the previous block of names.
name_node_pool_tnext
 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.

Detailed Description

A container for holding a bunch of names.

Definition at line 71 of file main.c.

Field Documentation

◆ name

char name_node_pool_t::name[POOL_IMG_SIZE][MAX_STRING_SIZE]

A list of names in a block.

Definition at line 83 of file main.c.

◆ next

name_node_pool_t* name_node_pool_t::next

A pointer to the next block of names.

Definition at line 77 of file main.c.

◆ num_images

int name_node_pool_t::num_images

Number of images occupied in the block. 32 bit integer for word alignment purposes.

Definition at line 80 of file main.c.

◆ prev

name_node_pool_t* name_node_pool_t::prev

A pointer to the previous block of names.

Definition at line 74 of file main.c.


The documentation for this struct was generated from the following file: