Add entity files to git
This commit is contained in:
parent
63f9822f34
commit
a33b9896b3
4 changed files with 25 additions and 50 deletions
5
src/core/entityint.cpp
Normal file
5
src/core/entityint.cpp
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include "entityint.h"
|
||||
|
||||
void EntityInt::setId(int id) {
|
||||
id_ = id;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue