mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-03 19:27:54 +00:00
added CAP_EXTFONT for when font textures are not available (i.e., mobile devices)
This commit is contained in:
@@ -44,6 +44,10 @@
|
||||
#define ISANDROID 0
|
||||
#endif
|
||||
|
||||
#ifndef CAP_EXTFONT
|
||||
#define CAP_EXTFONT (ISIOS || ISANDROID)
|
||||
#endif
|
||||
|
||||
#ifndef ISSTEAM
|
||||
#define ISSTEAM 0
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user