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

fixup for Steam/Windows compilers

This commit is contained in:
Zeno Rogue 2019-03-11 18:50:03 +01:00
parent 51ae22363d
commit c25561bb91

View File

@ -43,6 +43,10 @@
#define ISSTEAM 0
#endif
#if ISSTEAM
#define override
#endif
#ifndef ISWEB
#define ISWEB 0
#endif
@ -480,3 +484,5 @@ union SDL_Event;
#ifndef CAP_FIELD
#define CAP_FIELD (!(ISMINI))
#endif
#undef TRANSPARENT