diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-03 01:09:04 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-03 01:09:04 -0700 |
commit | 8bd37d4fe75a43deab8d6f24b481c23d7f965c5a (patch) | |
tree | 3a606dae6993778919e2ce94c6216d2f8f74d1b2 /src/entities/soldato.h | |
parent | a8e21e0ac702fc7bcdcaf144f384cbce8aae03d0 (diff) |
More and more level stuff
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 |