mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 09:14:08 +00:00
Store all settings in .INI
This commit is contained in:
parent
f85b5e99ed
commit
73f1340afb
14 changed files with 432 additions and 130 deletions
|
@ -47,6 +47,8 @@ void TheModelViewer(void);
|
|||
#ifdef LOAD_INI_SETTINGS
|
||||
void LoadINISettings();
|
||||
void SaveINISettings();
|
||||
void LoadINIControllerSettings();
|
||||
void SaveINIControllerSettings();
|
||||
#endif
|
||||
|
||||
#ifdef NEW_RENDERER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue