mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 09:53:38 +02:00
Support for agent death
This commit is contained in:
parent
f6221436a4
commit
64ea015a06
4 changed files with 20 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue