summaryrefslogtreecommitdiff
path: root/src/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.hpp')
-rw-r--r--src/common.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common.hpp b/src/common.hpp
index 5d68f06..c2c8414 100644
--- a/src/common.hpp
+++ b/src/common.hpp
@@ -246,7 +246,7 @@ namespace game {
class state_t {
void group_say(std::string text);
- void select_unit(unit_t *unit, int type);
+ bool select_unit(unit_t *unit, int type);
public:
world::world_t world;
@@ -274,7 +274,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);
- void spawn_soldier(v2f_t x);
};
}