aboutsummaryrefslogtreecommitdiff
path: root/gst/units.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/units.h')
-rw-r--r--gst/units.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/units.h b/gst/units.h
index 615eaa7..8e78d8d 100644
--- a/gst/units.h
+++ b/gst/units.h
@@ -34,8 +34,8 @@ void army_grid_init(army *ar);
void army_init (army *ar, map *m);
void army_destory(army *ar);
void army_spawn (army *ar, map *m, unit u);
-void army_move (infos *info, army *ar, map *m);
-void army_fire (infos *info, army *ar, map *m);
+int army_move (infos *info, army *ar, map *m);
+int army_fire (infos *info, army *ar, map *m);
void army_upkeep (infos *info, army *ar, map *m);
#endif \ No newline at end of file