Store all settings in .INI

This commit is contained in:
erorcun
2021-01-15 04:40:34 +03:00
committed by shfil
parent 5a47379bf5
commit 448e41ecaa
10 changed files with 417 additions and 127 deletions

View File

@ -47,6 +47,8 @@ void TheModelViewer(void);
#ifdef LOAD_INI_SETTINGS
void LoadINISettings();
void SaveINISettings();
void LoadINIControllerSettings();
void SaveINIControllerSettings();
#endif
#ifdef NEW_RENDERER