aboutsummaryrefslogtreecommitdiff
path: root/src/entities/soldato.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities/soldato.h')
-rw-r--r--src/entities/soldato.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entities/soldato.h b/src/entities/soldato.h
index 4069b26..6992e00 100644
--- a/src/entities/soldato.h
+++ b/src/entities/soldato.h
@@ -6,7 +6,7 @@
void initSoldato(Entity * entity, Game * game);
void closeSoldato(Entity * entity);
-void updateSoldato(Game * game, Entity * entity, EntityId id);
-void drawSoldato(Game * game, Entity * entity, EntityId id);
+void updateSoldato(Game * game, Entity * entity);
+void drawSoldato(Game * game, Entity * entity);
#endif