1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00

some missing exports

This commit is contained in:
Zeno Rogue
2019-09-03 08:26:01 +02:00
parent f4f7b195ff
commit 634c0635d3
3 changed files with 3 additions and 3 deletions

View File

@@ -8748,7 +8748,7 @@ EX bool mightBeMine(cell *c) {
return c->wall == waMineUnknown || c->wall == waMineMine;
}
hookset<bool(cell*)> *hooks_mark;
EX hookset<bool(cell*)> *hooks_mark;
EX void performMarkCommand(cell *c) {
if(!c) return;