kima2/src/core/entityint.cpp

6 lines
112 B
C++

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