mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-06 08:43:02 +00:00
export brm_structure
This commit is contained in:
@@ -799,7 +799,7 @@ vector<hyperpoint> hrmap::get_vertices(cell* c) {
|
|||||||
return res;
|
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) {
|
EX void generate_brm(cell *c1) {
|
||||||
set<unsigned> visited_by_matrix;
|
set<unsigned> visited_by_matrix;
|
||||||
|
|||||||
Reference in New Issue
Block a user