diff options
| author | eray orçunus <erayorcunus@gmail.com> | 2020-10-02 17:36:56 +0300 |
|---|---|---|
| committer | eray orçunus <erayorcunus@gmail.com> | 2020-10-02 21:18:34 +0300 |
| commit | 3bd333022778cee8dd95b58b02a7263870546c1b (patch) | |
| tree | c75422bd786b704644e9944cca012397cee0d897 /src/core/main.h | |
| parent | Merge branch 'master' of github.com:erorcun/re3 (diff) | |
| download | re3-3bd333022778cee8dd95b58b02a7263870546c1b.tar.gz | |
Load and write our settings in re3.ini & fixes
Diffstat (limited to 'src/core/main.h')
| -rw-r--r-- | src/core/main.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/main.h b/src/core/main.h index 96fbef05..7eb080cb 100644 --- a/src/core/main.h +++ b/src/core/main.h @@ -36,3 +36,8 @@ void ResetLoadingScreenBar(void); #ifndef MASTER void TheModelViewer(void); #endif + +#ifdef LOAD_INI_SETTINGS +void LoadINISettings(); +void SaveINISettings(); +#endif |
