mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-26 01:50:36 +00:00
rogueviz:: use CAP_PORTALS
This commit is contained in:
parent
3f1dc8a4c4
commit
d4e71b78c6
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
namespace hr {
|
namespace hr {
|
||||||
|
|
||||||
#if CAP_RAY && MAXMDIM >= 4
|
#if CAP_PORTALS
|
||||||
namespace intraf {
|
namespace intraf {
|
||||||
|
|
||||||
using namespace intra;
|
using namespace intra;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
#include "rogueviz.h"
|
#include "rogueviz.h"
|
||||||
|
|
||||||
#if CAP_RAY
|
#if CAP_PORTALS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@
|
|||||||
#include "highdim-demo.cpp"
|
#include "highdim-demo.cpp"
|
||||||
#include "horo63.cpp"
|
#include "horo63.cpp"
|
||||||
#include "platformer.cpp"
|
#include "platformer.cpp"
|
||||||
#if CAP_RAY && MAXMDIM >= 4
|
#if CAP_PORTALS
|
||||||
#include "intra-demos.cpp"
|
#include "intra-demos.cpp"
|
||||||
#endif
|
#endif
|
||||||
#include "gobot.cpp"
|
#include "gobot.cpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user