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:
@@ -611,9 +611,11 @@ namespace inv {
|
||||
};
|
||||
}
|
||||
|
||||
#if CAP_SAVE
|
||||
void applyBox(eItem it) {
|
||||
applyBoxNum(usedup[it]);
|
||||
}
|
||||
#endif
|
||||
|
||||
int incheck;
|
||||
|
||||
|
Reference in New Issue
Block a user