mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 02:07:57 +00:00
extra exports
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user