mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 18:03:37 +02:00
agent::on_tick(): Introduce
This commit is contained in:
parent
6b3a51139a
commit
3d485518b0
3 changed files with 16 additions and 7 deletions
2
agent.h
2
agent.h
|
@ -18,6 +18,8 @@ public:
|
|||
|
||||
bool move_dir(int dir_x, int dir_y);
|
||||
|
||||
void on_tick(void);
|
||||
|
||||
private:
|
||||
/* Just for initial placement. */
|
||||
void put_at(class tile &tile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue