summaryrefslogtreecommitdiff
path: root/src/game/game.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game.hpp')
-rw-r--r--src/game/game.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp
index 31eb164..b6cb597 100644
--- a/src/game/game.hpp
+++ b/src/game/game.hpp
@@ -142,6 +142,13 @@ namespace game {
bool first_teleporter_placed = false;
size_t crystals = 150;
+ size_t num_scientists = 0;
+ size_t num_builders = 0;
+ size_t num_teleporters = 0;
+ bool game_over_displayed = false;
+ void check_game_over(void);
+
+
void command_first_teleporter(v2f_t where);
void wake_area(v2f_t x);