1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-04 13:48:06 +00:00

rogueviz:: moved some slides to their files

This commit is contained in:
Zeno Rogue
2020-03-29 13:40:31 +02:00
parent b3329208c4
commit 1e4a7ca6a3
2 changed files with 9 additions and 97 deletions

View File

@@ -81,11 +81,6 @@ namespace rogueviz {
extern bool rog3;
extern bool rvwarp;
#if CAP_TOUR
namespace rvtour {
extern tour::slide rvslides[];
}
#endif
namespace kohonen {
extern int samples;
@@ -133,6 +128,11 @@ namespace rogueviz {
void close();
extern bool showlabels;
namespace rvtour {
using namespace hr::tour;
slide *gen_rvtour();
}
void createViz(int id, cell *c, transmatrix at);
}