mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 09:53:38 +02:00
Tidyup.
This commit is contained in:
parent
f0d0bef899
commit
ba9d51fda0
2 changed files with 8 additions and 4 deletions
3
agent.h
3
agent.h
|
@ -11,7 +11,8 @@ public:
|
|||
class tile *tile;
|
||||
class connection *conn;
|
||||
|
||||
agent(int id_, class tile &tile_, class connection *conn_) : id (id_), tile (&tile_), conn (conn_)
|
||||
agent(int id_, class tile &tile_, class connection *conn_)
|
||||
: id (id_), tile (&tile_), conn (conn_)
|
||||
{
|
||||
put_at(tile_);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue