diff options
Diffstat (limited to 'src/entities/soldato.h')
-rw-r--r-- | src/entities/soldato.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |