1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-07 04:47:56 +00:00

export brm_structure

This commit is contained in:
Zeno Rogue
2021-04-23 20:13:36 +02:00
parent 5bd56eea10
commit d63ab2f1a2

View File

@@ -799,7 +799,7 @@ vector<hyperpoint> hrmap::get_vertices(cell* c) {
return res;
}
map<cell*, map<cell*, vector<transmatrix>>> brm_structure;
EX map<cell*, map<cell*, vector<transmatrix>>> brm_structure;
EX void generate_brm(cell *c1) {
set<unsigned> visited_by_matrix;