kima2/src/core/entityint.cpp

6 lines
72 B
C++
Raw Normal View History

2019-10-04 15:22:15 +02:00
#include "entityint.h"
void EntityInt::setId(int id) {
id_ = id;
}