mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-06 05:43:56 +00:00
rogueviz:: export more
This commit is contained in:
parent
62132073de
commit
a8b27b2bdb
@ -28,14 +28,19 @@ namespace rogueviz {
|
|||||||
inline flagtype vizflags;
|
inline flagtype vizflags;
|
||||||
extern string weight_label;
|
extern string weight_label;
|
||||||
extern ld maxweight;
|
extern ld maxweight;
|
||||||
|
extern ld ggamma;
|
||||||
|
extern bool highlight_target;
|
||||||
|
|
||||||
extern int vertex_shape;
|
extern int vertex_shape;
|
||||||
|
extern int search_for;
|
||||||
|
|
||||||
void drawExtra();
|
void drawExtra();
|
||||||
void close();
|
void close();
|
||||||
|
|
||||||
void init(flagtype flags);
|
void init(flagtype flags);
|
||||||
|
|
||||||
|
void graph_rv_hooks();
|
||||||
|
|
||||||
struct edgetype {
|
struct edgetype {
|
||||||
double visible_from;
|
double visible_from;
|
||||||
double visible_from_hi;
|
double visible_from_hi;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user