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