Maintain and broadcast current tick id

This commit is contained in:
Petr Baudis 2011-11-26 23:31:28 +01:00
parent 3d485518b0
commit 1ed67c81b6
5 changed files with 16 additions and 4 deletions

View file

@ -11,7 +11,7 @@ public:
connection(int fd_) : fd(fd_) {}
void senses(char around[4]);
void senses(int tick_id, char around[4]);
};
#endif