1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 17:37:39 +00:00

improved headers / conditional compilation

This commit is contained in:
Zeno Rogue
2017-12-02 00:31:36 +01:00
parent 9c789c6591
commit 5defb06d81
9 changed files with 258 additions and 223 deletions

View File

@@ -611,9 +611,11 @@ namespace inv {
};
}
#if CAP_SAVE
void applyBox(eItem it) {
applyBoxNum(usedup[it]);
}
#endif
int incheck;