mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-18 07:27:40 +00:00
rogueviz:: use CAP_PORTALS
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
namespace hr {
|
||||
|
||||
#if CAP_RAY && MAXMDIM >= 4
|
||||
#if CAP_PORTALS
|
||||
namespace intraf {
|
||||
|
||||
using namespace intra;
|
||||
|
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "rogueviz.h"
|
||||
|
||||
#if CAP_RAY
|
||||
#if CAP_PORTALS
|
||||
|
||||
/**
|
||||
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user