1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-11 06:45:59 +00:00

mymake, comments moved

This commit is contained in:
Zeno Rogue
2019-09-06 09:17:45 +02:00
parent c7f070fe76
commit ebc44af74c
6 changed files with 174 additions and 54 deletions

View File

@@ -10,6 +10,7 @@ namespace hr {
EX namespace inv {
#if CAP_INV
EX bool on;
EX array<int, ittypes> usedup;
EX array<int, ittypes> remaining;
@@ -671,4 +672,7 @@ EX namespace inv {
}
}
#else
always_false on, activating;
#endif
}}