#include "unit.hpp" namespace unit { Unit::Unit(map::GameMap* map, events::EventCenter* events) { } }