kima2/src/core/entityint.cpp

6 lines
114 B
C++

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