export hooks_newmap

This commit is contained in:
Zeno Rogue
2019-09-12 22:50:16 +02:00
parent cbdfc35e10
commit 2bad9afc54
+1 -1
View File
@@ -226,7 +226,7 @@ EX void eumerge(cell* c1, int s1, cell *c2, int s2, bool mirror) {
// map<pair<eucoord, eucoord>, cell*> euclidean;
hookset<hrmap*()> *hooks_newmap;
EX hookset<hrmap*()> *hooks_newmap;
/** create a map in the current geometry */
EX void initcells() {