From a8b27b2bdbc06891bfcc350fe650f390543c30c3 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 23 Jul 2022 15:38:44 +0200 Subject: [PATCH] rogueviz:: export more --- rogueviz/rogueviz.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rogueviz/rogueviz.h b/rogueviz/rogueviz.h index cdaece46..482560a6 100644 --- a/rogueviz/rogueviz.h +++ b/rogueviz/rogueviz.h @@ -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;