diff options
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 c249db4..f623f09 100644 --- a/src/common.hpp +++ b/src/common.hpp @@ -235,6 +235,7 @@ namespace game { // These are called by the interface. void select(rectf_t rect); void command(v2f_t x); + void spawn_soldier(v2f_t x); size_t roll(die_t die); }; |