mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 15:00:26 +00:00
export brm_structure
This commit is contained in:
parent
5bd56eea10
commit
d63ab2f1a2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user