code cleanup
This commit is contained in:
parent
4f9151d85b
commit
f0ec980e8d
4 changed files with 17 additions and 13 deletions
|
@ -1,5 +1,9 @@
|
|||
#include "entityint.h"
|
||||
|
||||
EntityInt::EntityInt(int id) {
|
||||
id_ = id;
|
||||
}
|
||||
|
||||
void EntityInt::setId(int id) {
|
||||
id_ = id;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue