mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-26 19:37:40 +00:00
added CAP_TIMEOFDAY
This commit is contained in:
@@ -133,6 +133,10 @@
|
|||||||
#define CAP_SDL2 0
|
#define CAP_SDL2 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef CAP_TIMEOFDAY
|
||||||
|
#define CAP_TIMEOFDAY (!CAP_SDL)
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef CAP_COMPASS
|
#ifndef CAP_COMPASS
|
||||||
#define CAP_COMPASS ISMOBILE
|
#define CAP_COMPASS ISMOBILE
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user