summaryrefslogtreecommitdiffstats
path: root/src/core/main.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-01-15 02:40:34 +0100
committershfil <filip.gawin@zoho.com>2021-01-17 21:33:53 +0100
commit448e41ecaa66483c4cf764fdeb66a857a42719cf (patch)
tree15074cca348cdfcb33e45ecf3ae011dea6f68953 /src/core/main.h
parentIncludes overhaul, fix some compiler warnings (diff)
downloadre3-448e41ecaa66483c4cf764fdeb66a857a42719cf.tar
re3-448e41ecaa66483c4cf764fdeb66a857a42719cf.tar.gz
re3-448e41ecaa66483c4cf764fdeb66a857a42719cf.tar.bz2
re3-448e41ecaa66483c4cf764fdeb66a857a42719cf.tar.lz
re3-448e41ecaa66483c4cf764fdeb66a857a42719cf.tar.xz
re3-448e41ecaa66483c4cf764fdeb66a857a42719cf.tar.zst
re3-448e41ecaa66483c4cf764fdeb66a857a42719cf.zip
Diffstat (limited to '')
-rw-r--r--src/core/main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/main.h b/src/core/main.h
index 37a82fb2..eacfd8e1 100644
--- a/src/core/main.h
+++ b/src/core/main.h
@@ -47,6 +47,8 @@ void TheModelViewer(void);
#ifdef LOAD_INI_SETTINGS
void LoadINISettings();
void SaveINISettings();
+void LoadINIControllerSettings();
+void SaveINIControllerSettings();
#endif
#ifdef NEW_RENDERER