kima2/src/core/entityint.cpp

6 lines
72 B
C++

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