|
OpenTTD Source 20260621-master-g720d10536d
|
Types related to reading/writing '*.ini' files. More...
#include "fileio_type.h"Go to the source code of this file.
Data Structures | |
| struct | IniItem |
| A single "line" in an ini file. More... | |
| struct | IniGroup |
| A group within an ini file. More... | |
| struct | IniLoadFile |
| Ini file that only supports loading. More... | |
| struct | IniFile |
| Ini file that supports both loading and saving. More... | |
Enumerations | |
| enum class | IniGroupType : uint8_t { Variables , List , Sequence } |
| Types of groups. More... | |
Types related to reading/writing '*.ini' files.
Definition in file ini_type.h.
|
strong |
Types of groups.
Definition at line 16 of file ini_type.h.