mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-12 23:35:59 +00:00
added CAP_TIMEOFDAY
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user