mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 09:53:38 +02:00
connnection::actions(): Take agent&
This commit is contained in:
parent
415475cd26
commit
e22c57c97f
3 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@ public:
|
|||
}
|
||||
|
||||
void senses(int tick_id, class agent &);
|
||||
void actions(class agent *);
|
||||
void actions(class agent &);
|
||||
|
||||
void cancel(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue