1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-16 14:47:39 +00:00

rogueviz:: export vertex_shape

This commit is contained in:
Zeno Rogue
2021-04-07 18:32:00 +02:00
parent c44ec8b51d
commit 22aefcfff6

View File

@@ -28,6 +28,8 @@ namespace rogueviz {
inline flagtype vizflags; inline flagtype vizflags;
extern string weight_label; extern string weight_label;
extern ld maxweight; extern ld maxweight;
extern int vertex_shape;
void drawExtra(); void drawExtra();
void close(); void close();