mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 17:40:36 +00:00
rogueviz:: use CAP_PORTALS
This commit is contained in:
parent
3f1dc8a4c4
commit
d4e71b78c6
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user