mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 17:34:08 +00:00
Load and write our settings in re3.ini & fixes
This commit is contained in:
parent
ee3f5744f5
commit
3bd3330227
12 changed files with 150 additions and 78 deletions
|
@ -36,3 +36,8 @@ void ResetLoadingScreenBar(void);
|
|||
#ifndef MASTER
|
||||
void TheModelViewer(void);
|
||||
#endif
|
||||
|
||||
#ifdef LOAD_INI_SETTINGS
|
||||
void LoadINISettings();
|
||||
void SaveINISettings();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue