mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 18:03:37 +02:00
Incomp. Proto. Change: Maintain sync by prefixing client commands by tick id
This commit is contained in:
parent
091708f577
commit
9baf771807
5 changed files with 29 additions and 15 deletions
|
@ -29,7 +29,7 @@ public:
|
|||
|
||||
void senses(int tick_id, class agent &);
|
||||
void bred(int agent_id, std::string &info);
|
||||
void actions(class agent *);
|
||||
void actions(int tick_id, class agent *);
|
||||
|
||||
void cancel(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue