mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 23:50:27 +00:00
added CAP_TIMEOFDAY
This commit is contained in:
parent
65a2a2e74b
commit
b0333a6ab7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user