OpenTTD Source 20241224-master-gf74b0cf984
|
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. | |
void | PickerSaveConfig (IniFile &ini) |
Save favourites of all registered Pickers to config. | |
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.
References PickerLoadConfig().
Referenced by LoadFromConfig().
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.
References PickerSaveConfig().
Referenced by SaveToConfig().