1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 01:17:39 +00:00

fixes for mobile

This commit is contained in:
Zeno Rogue
2019-02-08 16:52:44 +01:00
parent 13c60727cd
commit f546bba84a
6 changed files with 20 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
#define NOLICENSE
#endif
#ifndef USE_STDFUNCTION
#define USE_STDFUNCTION ISSTEAM
#endif
#ifndef CAP_SHADER
#define CAP_SHADER CAP_GL
#endif