1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 02:07:57 +00:00

extra exports

This commit is contained in:
Zeno Rogue
2022-08-14 19:25:10 +02:00
parent 9108d06543
commit 40765e8808
3 changed files with 11 additions and 1 deletions

View File

@@ -1461,5 +1461,9 @@ EX namespace dice {
EX bool swap_forbidden(cell *a, cell *b) { return false; }
EX void chaos_swap(cellwalker wa, cellwalker wb) {}
EX }
EX namespace mine {
EX bool in_minesweeper() { return false; }
EX }
#endif
}