#ifndef BRMLIFE__AGENT_H #define BRMLIFE__AGENT_H class position; class agent { public: int id; class position *pos; }; #endif