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

An SDL_ini instance to handle the data for an INI file. More...

#include <SDL_ini.h>

Collaboration diagram for SDL_ini:

Data Fields

SDL_ini_sectionsections
 
int section_count
 
int section_capacity
 
bool crlf
 
bool dirty
 

Detailed Description

An SDL_ini instance to handle the data for an INI file.

See also
INI_Create()
INI_Destroy()

Field Documentation

◆ sections

SDL_ini_section* sections

◆ section_count

int section_count

◆ section_capacity

int section_capacity

◆ crlf

bool crlf

◆ dirty

bool dirty

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