aboutsummaryrefslogtreecommitdiff
path: root/src/entities/soldato.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities/soldato.h')
-rw-r--r--src/entities/soldato.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entities/soldato.h b/src/entities/soldato.h
index 392be54..d05a42d 100644
--- a/src/entities/soldato.h
+++ b/src/entities/soldato.h
@@ -26,4 +26,6 @@ void drawSoldato(Game * game, Entity * entity);
void setSoldatoLeader(Entity * entity1, Entity * entity2);
+void addSoldatoGroupToWorld(Game * game, int groupSize, Vector3 position, Vector3 spacing);
+
#endif