1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 02:07:57 +00:00

more header cleanup

This commit is contained in:
Zeno Rogue
2019-08-09 22:07:03 +02:00
parent cb666fb24a
commit a423dbd2da
32 changed files with 487 additions and 852 deletions

View File

@@ -167,7 +167,7 @@ void save_memory() {
removed_cells.clear();
}
purehookset hooks_removecells;
EX purehookset hooks_removecells;
bool is_cell_removed(cell *c) {
return binary_search(removed_cells.begin(), removed_cells.end(), c);