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.hpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp
index c378524..3e5042c 100644
--- a/src/game/game.hpp
+++ b/src/game/game.hpp
@@ -66,7 +66,7 @@ namespace interface {
v2f_t zero_point_s = v2f_t(0, 0);
v2f_t center = v2f_t(0, 0);
- int zoom = 3;
+ int zoom = 17;
float zoom_s = 3.0f;
bool panning = false;
@@ -139,6 +139,11 @@ namespace game {
void pause(void);
void resume(void);
+ bool first_teleporter_placed = false;
+ size_t crystals = 150;
+
+ void command_first_teleporter(v2f_t where);
+
void wake_area(v2f_t x);
void explosion(v2f_t x);
void hivemind_alert(v2f_t x, float r, bool do_move, v2f_t move_to);
@@ -147,8 +152,6 @@ namespace game {
void select(rectf_t rect, int type);
bool populate_pie_menu(std::vector<interface::pie_item_t> &items);
void command(v2f_t x, int number);
-
- size_t crystals = 150;
};
enum {