From 28be42675d9f8e21c1e42dc395e7f65b9acbbac7 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sun, 26 Mar 2017 11:49:23 +0300 Subject: [PATCH] Fixed build of SDL backend on macOS --- src/posix/sdl/i_system.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/posix/sdl/i_system.cpp b/src/posix/sdl/i_system.cpp index e00f137a7..01457c012 100644 --- a/src/posix/sdl/i_system.cpp +++ b/src/posix/sdl/i_system.cpp @@ -84,6 +84,7 @@ int I_PickIWad_Gtk (WadStuff *wads, int numwads, bool showwin, int defaultiwad); int I_PickIWad_Cocoa (WadStuff *wads, int numwads, bool showwin, int defaultiwad); #endif +double PerfToSec, PerfToMillisec; uint32_t LanguageIDs[4]; int (*I_GetTime) (bool saveMS);