mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-06 04:17:58 +00:00
fixed some guards (in progress)
This commit is contained in:
@@ -227,7 +227,7 @@ template<class... T> void print(hstream& hs, const tuple<T...> & t) {
|
||||
inline void special_log(char c) { if(debugfile) fputc(c, debugfile); putchar(c); }
|
||||
#endif
|
||||
|
||||
#if !CAP_SDL && !ISFAKEMOBILE
|
||||
#if !CAP_SDL && CAP_TIMEOFDAY
|
||||
int SDL_GetTicks();
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user