diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2017-12-13 16:27:34 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2017-12-13 16:30:24 +0100 |
commit | b3b30521e50f1ed0046091b316b19daec646b4ac (patch) | |
tree | 94da0045602da71c5c76b692f4ea4e8c510ca4b7 /src/common.hpp | |
parent | 15f4780dd94a06bec5616155c05810c731d2e4af (diff) |
Basic alien AI.
Diffstat (limited to 'src/common.hpp')
-rw-r--r-- | src/common.hpp | 1 |
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; |