rogueviz:: export kind

This commit is contained in:
Zeno Rogue 2018-09-28 01:49:37 +02:00
parent 2e16660278
commit 1a96ffe928
2 changed files with 3 additions and 1 deletions

View File

@ -50,7 +50,6 @@ string fname;
// const char *fname;
// const char *cfname;
enum eVizkind { kNONE, kAnyGraph, kTree, kSpiral, kSAG, kCollatz, kFullNet, kKohonen };
eVizkind kind;
bool on;

View File

@ -3,6 +3,9 @@
namespace rogueviz {
using namespace hr;
enum eVizkind { kNONE, kAnyGraph, kTree, kSpiral, kSAG, kCollatz, kFullNet, kKohonen };
extern eVizkind kind;
extern bool on;
void drawExtra();
void close();