Add entity files to git

This commit is contained in:
Martin Brodbeck 2019-10-04 15:22:15 +02:00
parent 63f9822f34
commit a33b9896b3
4 changed files with 25 additions and 50 deletions

5
src/core/entityint.cpp Normal file
View file

@ -0,0 +1,5 @@
#include "entityint.h"
void EntityInt::setId(int id) {
id_ = id;
}