|
SDL_ini 1.2.0
Single-header INI file library for SDL3
|
An SDL_ini section, holding any number of items. More...
#include <SDL_ini.h>

Data Fields | |
| char * | name |
| SDL_ini_item * | items |
| Empty string for the global section. | |
| int | item_count |
| The array of items that are held within this section. | |
| int | item_capacity |
| The number of items. | |
| char* name |
| SDL_ini_item* items |
Empty string for the global section.
| int item_count |
The array of items that are held within this section.
| int item_capacity |
The number of items.