SDL_ini 1.2.0
Single-header INI file library for SDL3
Loading...
Searching...
No Matches
SDL_ini_item Struct Reference

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
 

Detailed Description

A single SDL_ini item, held within a section.

See also
SDL_ini_section

Field Documentation

◆ type

◆ key

char* key

◆ value

char* value

◆ comment

char* comment

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