1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

added CAP_TIMEOFDAY

This commit is contained in:
Zeno Rogue 2021-05-29 12:18:06 +02:00
parent 65a2a2e74b
commit b0333a6ab7

View File

@ -133,6 +133,10 @@
#define CAP_SDL2 0
#endif
#ifndef CAP_TIMEOFDAY
#define CAP_TIMEOFDAY (!CAP_SDL)
#endif
#ifndef CAP_COMPASS
#define CAP_COMPASS ISMOBILE
#endif