aboutsummaryrefslogtreecommitdiff
path: root/src/entities/soldato.h
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-11-17 18:47:34 -0700
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-11-17 18:47:34 -0700
commit6e10d35ca6dc47b2b3ad47dbce0f5c6245a8da72 (patch)
treedc1601132a1d908c9b51eed56f456b472fcdaddd /src/entities/soldato.h
parente7008ea5e51d657782d8facbf52e988bf3f9f7e1 (diff)
Starting on level 1
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