1
0
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:
Zeno Rogue
2020-07-03 14:42:33 +02:00
parent cbd0c1f934
commit 89585f004b
27 changed files with 169 additions and 65 deletions

View File

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