mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 18:03:37 +02:00
Maintain and broadcast current tick id
This commit is contained in:
parent
3d485518b0
commit
1ed67c81b6
5 changed files with 16 additions and 4 deletions
|
@ -11,7 +11,7 @@ public:
|
|||
|
||||
connection(int fd_) : fd(fd_) {}
|
||||
|
||||
void senses(char around[4]);
|
||||
void senses(int tick_id, char around[4]);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue