1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-11 01:22:07 +00:00

rogueviz:: export createViz

This commit is contained in:
Zeno Rogue
2020-03-21 10:15:11 +01:00
parent e70915de9d
commit e21cbbd207
+2
View File
@@ -126,5 +126,7 @@ namespace rogueviz {
void close();
extern bool showlabels;
void createViz(int id, cell *c, transmatrix at);
}