summaryrefslogtreecommitdiff
path: root/src/core/main.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-10-02 17:36:56 +0300
committereray orçunus <erayorcunus@gmail.com>2020-10-02 21:18:34 +0300
commit3bd333022778cee8dd95b58b02a7263870546c1b (patch)
treec75422bd786b704644e9944cca012397cee0d897 /src/core/main.h
parentMerge branch 'master' of github.com:erorcun/re3 (diff)
downloadre3-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.h5
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