Fixed build of SDL backend on macOS

This commit is contained in:
alexey.lysiuk 2017-03-26 11:49:23 +03:00
parent ffc90f16ab
commit 28be42675d
1 changed files with 1 additions and 0 deletions

View File

@ -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);