aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Bénony2015-12-08 10:38:47 +0100
committerVincent Bénony2016-01-06 16:17:35 +0100
commitc813e5d87e7e2bb8a23e86ed04f689390dac1b60 (patch)
tree3f35a07dcd3f76ce6536d91047d6358926ccfb78
parentcc4ab22239bd89cc0fc5a8e18e15de885e0cfe49 (diff)
downloadscummvm-rg350-c813e5d87e7e2bb8a23e86ed04f689390dac1b60.tar.gz
scummvm-rg350-c813e5d87e7e2bb8a23e86ed04f689390dac1b60.tar.bz2
scummvm-rg350-c813e5d87e7e2bb8a23e86ed04f689390dac1b60.zip
IOS: Move declarations in the common header file
-rw-r--r--backends/platform/ios7/ios7_common.h1
-rw-r--r--backends/platform/ios7/ios7_video.mm2
2 files changed, 1 insertions, 2 deletions
diff --git a/backends/platform/ios7/ios7_common.h b/backends/platform/ios7/ios7_common.h
index abc1180143..fe79e6d6cc 100644
--- a/backends/platform/ios7/ios7_common.h
+++ b/backends/platform/ios7/ios7_common.h
@@ -111,6 +111,7 @@ bool iOS7_isHighResDevice();
void iOS7_main(int argc, char **argv);
const char *iOS7_getDocumentsDir();
+bool iOS7_touchpadModeEnabled();
uint getSizeNextPOT(uint size);
diff --git a/backends/platform/ios7/ios7_video.mm b/backends/platform/ios7/ios7_video.mm
index 266386bdd4..49c4466a9c 100644
--- a/backends/platform/ios7/ios7_video.mm
+++ b/backends/platform/ios7/ios7_video.mm
@@ -39,8 +39,6 @@ static long g_lastTick = 0;
static int g_frames = 0;
#endif
-extern bool iOS7_touchpadModeEnabled();
-
#define printOpenGLError() printOglError(__FILE__, __LINE__)
int printOglError(const char *file, int line) {