From 6dc7ae4f49931f721ad072cc72038cada78b147e Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Tue, 19 Dec 2017 21:08:24 +0100 Subject: Add a button for spawning more soldiers. --- src/common.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common.hpp') 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); }; -- cgit