From c813e5d87e7e2bb8a23e86ed04f689390dac1b60 Mon Sep 17 00:00:00 2001 From: Vincent Bénony Date: Tue, 8 Dec 2015 10:38:47 +0100 Subject: IOS: Move declarations in the common header file --- backends/platform/ios7/ios7_common.h | 1 + backends/platform/ios7/ios7_video.mm | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'backends/platform') 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) { -- cgit v1.2.3