1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-04 19:47:54 +00:00

more guards added

This commit is contained in:
Zeno Rogue
2023-04-11 17:10:04 +02:00
parent 3e81697164
commit 8760ac4cfb
8 changed files with 55 additions and 4 deletions

View File

@@ -9,6 +9,7 @@
namespace hr {
#if MAXMDIM >= 4
EX namespace rulegen {
struct road_shortcut_trie_vertex {
@@ -1757,6 +1758,7 @@ int readRuleArgs3() {
auto hook3 = addHook(hooks_args, 100, readRuleArgs3);
#endif
}
EX }
#endif
}