kima2/src/core/entityint.cpp
2019-10-07 14:08:01 +02:00

6 lines
112 B
C++

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