1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +00:00

export hooks_newmap

This commit is contained in:
Zeno Rogue 2019-09-08 12:24:10 +02:00
parent cbdfc35e10
commit 2bad9afc54

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() {