#ifndef BRMLIFE__MAIN_H #define BRMLIFE__MAIN_H #include class agent; extern int agent_id; extern int tick_id; extern std::list agents; #endif