diff options
Diffstat (limited to 'Simulator/src/modeling/Entity.cpp')
| -rw-r--r-- | Simulator/src/modeling/Entity.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Simulator/src/modeling/Entity.cpp b/Simulator/src/modeling/Entity.cpp deleted file mode 100644 index eb39222b..00000000 --- a/Simulator/src/modeling/Entity.cpp +++ /dev/null @@ -1,8 +0,0 @@ -#include "modeling/Entity.h" - -namespace Modeling -{ - Entity::Entity(int id) : id(id) - { - } -} |
