diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-10-02 16:36:56 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-10-02 20:18:34 +0200 |
commit | 3bd333022778cee8dd95b58b02a7263870546c1b (patch) | |
tree | c75422bd786b704644e9944cca012397cee0d897 /src/core/main.h | |
parent | Merge branch 'master' of github.com:erorcun/re3 (diff) | |
download | re3-3bd333022778cee8dd95b58b02a7263870546c1b.tar re3-3bd333022778cee8dd95b58b02a7263870546c1b.tar.gz re3-3bd333022778cee8dd95b58b02a7263870546c1b.tar.bz2 re3-3bd333022778cee8dd95b58b02a7263870546c1b.tar.lz re3-3bd333022778cee8dd95b58b02a7263870546c1b.tar.xz re3-3bd333022778cee8dd95b58b02a7263870546c1b.tar.zst re3-3bd333022778cee8dd95b58b02a7263870546c1b.zip |
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 |