1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-04 11:37:55 +00:00

basic WRL export (no menus)

This commit is contained in:
Zeno Rogue
2020-04-15 11:49:29 +02:00
parent 4413743ff3
commit f150245a72
3 changed files with 104 additions and 1 deletions

View File

@@ -227,6 +227,10 @@
#define CAP_SVG (CAP_FILES && !ISMOBILE && !ISMINI)
#endif
#ifndef CAP_WRL
#define CAP_WRL (CAP_FILES && !ISMOBILE && !ISMINI)
#endif
#ifndef CAP_POLY
#define CAP_POLY (CAP_SDLGFX || CAP_GL || CAP_SVG)
#endif