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

An SDL_ini section, holding any number of items. More...

#include <SDL_ini.h>

Collaboration diagram for SDL_ini_section:

Data Fields

char * name
 
SDL_ini_itemitems
 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.
 

Detailed Description

An SDL_ini section, holding any number of items.

See also
SDL_ini

Field Documentation

◆ name

char* name

◆ items

SDL_ini_item* items

Empty string for the global section.

◆ item_count

int item_count

The array of items that are held within this section.

◆ item_capacity

int item_capacity

The number of items.


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