diff options
Diffstat (limited to 'backends/gp32/gp32_launcher.h')
-rw-r--r-- | backends/gp32/gp32_launcher.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/backends/gp32/gp32_launcher.h b/backends/gp32/gp32_launcher.h index 6acc74f715..d1ca9e0cc1 100644 --- a/backends/gp32/gp32_launcher.h +++ b/backends/gp32/gp32_launcher.h @@ -26,9 +26,8 @@ #include "stdafx.h" #include "common/scummsys.h" -extern void splashScreen(); +extern void readConfigVars(); -extern int g_cpuSpeed; -extern int g_gammaRamp; +extern void splashScreen(); #endif |