|
SDL_ini 1.2.0
Single-header INI file library for SDL3
|
A single SDL_ini item, held within a section. More...
#include <SDL_ini.h>
Data Fields | |
| SDL_ini_item_type | type |
| char * | key |
| char * | value |
| char * | comment |
A single SDL_ini item, held within a section.
| SDL_ini_item_type type |
| char* key |
| char* value |
| char* comment |