mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-26 01:50:36 +00:00
fixed some dependencies
This commit is contained in:
parent
d3d99d8a87
commit
27df09e9b7
@ -2,6 +2,8 @@
|
|||||||
#define _ROGUEVIZ_H_
|
#define _ROGUEVIZ_H_
|
||||||
// See: http://www.roguetemple.com/z/hyper/rogueviz.php
|
// See: http://www.roguetemple.com/z/hyper/rogueviz.php
|
||||||
|
|
||||||
|
#include "../hyper.h"
|
||||||
|
|
||||||
namespace rogueviz {
|
namespace rogueviz {
|
||||||
using namespace hr;
|
using namespace hr;
|
||||||
|
|
||||||
@ -82,17 +84,6 @@ namespace rogueviz {
|
|||||||
extern bool rog3;
|
extern bool rog3;
|
||||||
extern bool rvwarp;
|
extern bool rvwarp;
|
||||||
|
|
||||||
namespace kohonen {
|
|
||||||
extern int samples;
|
|
||||||
int showsample(int id);
|
|
||||||
int showsample(string id);
|
|
||||||
void describe(cell *c);
|
|
||||||
void steps();
|
|
||||||
void showMenu();
|
|
||||||
bool handleMenu(int sym, int uni);
|
|
||||||
void clear();
|
|
||||||
}
|
|
||||||
|
|
||||||
extern colorpair dftcolor;
|
extern colorpair dftcolor;
|
||||||
namespace collatz {
|
namespace collatz {
|
||||||
extern double s2, s3, p2, p3;
|
extern double s2, s3, p2, p3;
|
||||||
@ -113,7 +104,7 @@ namespace rogueviz {
|
|||||||
|
|
||||||
namespace rvtour {
|
namespace rvtour {
|
||||||
using namespace hr::tour;
|
using namespace hr::tour;
|
||||||
extern hookset<void(vector<slide>&)> *hooks_build_rvtour;
|
inline hookset<void(vector<slide>&)> *hooks_build_rvtour;
|
||||||
slide *gen_rvtour();
|
slide *gen_rvtour();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user