rogueviz:: use CAP_PORTALS

This commit is contained in:
Zeno Rogue 2023-04-15 01:29:01 +02:00
parent 3f1dc8a4c4
commit d4e71b78c6
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
namespace hr {
#if CAP_RAY && MAXMDIM >= 4
#if CAP_PORTALS
namespace intraf {
using namespace intra;

View File

@ -4,7 +4,7 @@
#include "rogueviz.h"
#if CAP_RAY
#if CAP_PORTALS
/**

View File

@ -66,7 +66,7 @@
#include "highdim-demo.cpp"
#include "horo63.cpp"
#include "platformer.cpp"
#if CAP_RAY && MAXMDIM >= 4
#if CAP_PORTALS
#include "intra-demos.cpp"
#endif
#include "gobot.cpp"