mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 18:03:37 +02:00
brmlife: Initial version
Can draw 10x10 field of dots.
This commit is contained in:
commit
ce6f46ef1c
5 changed files with 163 additions and 0 deletions
12
agent.h
Normal file
12
agent.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#ifndef BRMLIFE__AGENT_H
|
||||
#define BRMLIFE__AGENT_H
|
||||
|
||||
class position;
|
||||
|
||||
class agent {
|
||||
public:
|
||||
int id;
|
||||
class position *pos;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue