rogueviz:: export more

This commit is contained in:
Zeno Rogue 2022-07-23 15:38:44 +02:00
parent 62132073de
commit a8b27b2bdb
1 changed files with 5 additions and 0 deletions

View File

@ -28,14 +28,19 @@ namespace rogueviz {
inline flagtype vizflags;
extern string weight_label;
extern ld maxweight;
extern ld ggamma;
extern bool highlight_target;
extern int vertex_shape;
extern int search_for;
void drawExtra();
void close();
void init(flagtype flags);
void graph_rv_hooks();
struct edgetype {
double visible_from;
double visible_from_hi;