mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-14 22:07:38 +00:00
fixup for Steam/Windows compilers
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user