mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 09:17:57 +00:00
rogueviz:: use CAP_PORTALS
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user