OpenTTD Source
20241108-master-g80f628063a
|
Functions/types etc. More...
Go to the source code of this file.
Functions | |
void | PickerLoadConfig (const IniFile &ini) |
Load favourites of all registered Pickers from config. More... | |
void | PickerSaveConfig (IniFile &ini) |
Save favourites of all registered Pickers to config. More... | |
Functions/types etc.
related to non-GUI parts of the Picker system.
Definition in file picker_func.h.
void PickerLoadConfig | ( | const IniFile & | ini | ) |
Load favourites of all registered Pickers from config.
ini | IniFile to load to. |
Definition at line 109 of file picker_gui.cpp.
void PickerSaveConfig | ( | IniFile & | ini | ) |
Save favourites of all registered Pickers to config.
ini | IniFile to save to. |
Definition at line 118 of file picker_gui.cpp.