summaryrefslogtreecommitdiff
path: root/src/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.hpp')
-rw-r--r--src/common.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.hpp b/src/common.hpp
index 20c5a12..948e829 100644
--- a/src/common.hpp
+++ b/src/common.hpp
@@ -186,6 +186,7 @@ namespace game {
std::unordered_set<unit_t*> units;
std::unordered_set<unit_t*> selected_units;
+ std::unordered_set<unit_t*> awake_units;
public:
world::world_t world;