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:
@@ -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
|
||||
|
Reference in New Issue
Block a user