1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-02 06:53:00 +00:00

rogueviz:: removed vizid

This commit is contained in:
Zeno Rogue
2021-03-31 01:10:45 +02:00
parent f9edc44a8a
commit 9ed06c7fee
9 changed files with 10 additions and 30 deletions

View File

@@ -17,8 +17,6 @@
namespace rogueviz {
using namespace hr;
inline void *vizid;
constexpr flagtype RV_GRAPH = 1;
constexpr flagtype RV_WHICHWEIGHT = 2; // sag
constexpr flagtype RV_AUTO_MAXWEIGHT = 4; // sag
@@ -34,7 +32,7 @@ namespace rogueviz {
void drawExtra();
void close();
void init(void *vizid, flagtype flags);
void init(flagtype flags);
struct edgetype {
double visible_from;