#include "modeling/Entity.h" namespace Modeling { Entity::Entity(int id) : id(id) { } }