#include "entityint.h" EntityInt::EntityInt(int id) { m_id = id; } void EntityInt::setId(int id) { m_id = id; }