From bae883e174f96357bcbf2c1657650763bad33cb8 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Mon, 17 Nov 2014 03:21:19 +0100 Subject: [PATCH] (OSX) Add ifndef OSX ifdef --- apple/OSX/platform.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apple/OSX/platform.h b/apple/OSX/platform.h index 0604e9d647..80acd99aea 100644 --- a/apple/OSX/platform.h +++ b/apple/OSX/platform.h @@ -30,7 +30,9 @@ #endif + (RAGameView*)get; +#ifndef OSX - (void)display; +#endif @end