diff options
Diffstat (limited to 'src/core/main.h')
-rw-r--r-- | src/core/main.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/main.h b/src/core/main.h index 0f9ceb08..38dce115 100644 --- a/src/core/main.h +++ b/src/core/main.h @@ -49,8 +49,10 @@ void TheModelViewer(void); #endif #ifdef LOAD_INI_SETTINGS -void LoadINISettings(); +bool LoadINISettings(); void SaveINISettings(); +void LoadINIControllerSettings(); +void SaveINIControllerSettings(); #endif #ifdef NEW_RENDERER |