From 6e10d35ca6dc47b2b3ad47dbce0f5c6245a8da72 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Fri, 17 Nov 2023 18:47:34 -0700 Subject: Starting on level 1 --- src/entities/soldato.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/entities/soldato.h') 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 -- cgit v1.2.3