From 8bd37d4fe75a43deab8d6f24b481c23d7f965c5a Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Sun, 3 Dec 2023 01:09:04 -0700 Subject: More and more level stuff --- src/entities/soldato.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/entities/soldato.h') diff --git a/src/entities/soldato.h b/src/entities/soldato.h index d05a42d..392be54 100644 --- a/src/entities/soldato.h +++ b/src/entities/soldato.h @@ -26,6 +26,4 @@ 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