mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
rogueviz:: unity build with CAP_ROGUEVIZ works again
This commit is contained in:
parent
871d103f9a
commit
6926b20bc6
@ -5,6 +5,8 @@
|
|||||||
#define RVPATH HYPERPATH "rogueviz/"
|
#define RVPATH HYPERPATH "rogueviz/"
|
||||||
|
|
||||||
namespace rogueviz {
|
namespace rogueviz {
|
||||||
|
|
||||||
|
#ifndef RV_ALL
|
||||||
namespace cylon {
|
namespace cylon {
|
||||||
extern void enable();
|
extern void enable();
|
||||||
extern bool cylanim;
|
extern bool cylanim;
|
||||||
@ -48,7 +50,7 @@ namespace ply {
|
|||||||
void enable();
|
void enable();
|
||||||
extern rogueviz::objmodels::model staircase;
|
extern rogueviz::objmodels::model staircase;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace hr {
|
namespace hr {
|
||||||
|
@ -45,6 +45,7 @@
|
|||||||
#include "planets.cpp"
|
#include "planets.cpp"
|
||||||
#include "hyperbolic-analogs.cpp"
|
#include "hyperbolic-analogs.cpp"
|
||||||
|
|
||||||
|
#define RV_ALL
|
||||||
#include "simple-impossible.cpp"
|
#include "simple-impossible.cpp"
|
||||||
#include "ascending-descending.cpp"
|
#include "ascending-descending.cpp"
|
||||||
#include "balls.cpp"
|
#include "balls.cpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user