Support for agent death

This commit is contained in:
Petr Baudis 2011-11-27 02:48:28 +01:00
parent f6221436a4
commit 64ea015a06
4 changed files with 20 additions and 5 deletions

View file

@ -26,7 +26,7 @@ public:
close(fd);
}
void senses(int tick_id, int energy, char around[4]);
void senses(int tick_id, bool dead, int energy, char around[4]);
void actions(class agent *);
void cancel(void);