1
0
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:
Zeno Rogue
2021-05-29 12:16:32 +02:00
parent 334bf12292
commit 3f7fc5f2b9
3 changed files with 9 additions and 1 deletions

View File

@@ -44,6 +44,10 @@
#define ISANDROID 0
#endif
#ifndef CAP_EXTFONT
#define CAP_EXTFONT (ISIOS || ISANDROID)
#endif
#ifndef ISSTEAM
#define ISSTEAM 0
#endif