summaryrefslogtreecommitdiff
path: root/src/KingSystem/Map/mapObject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/KingSystem/Map/mapObject.cpp')
-rw-r--r--src/KingSystem/Map/mapObject.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/KingSystem/Map/mapObject.cpp b/src/KingSystem/Map/mapObject.cpp
new file mode 100644
index 00000000..0fc9714a
--- /dev/null
+++ b/src/KingSystem/Map/mapObject.cpp
@@ -0,0 +1,7 @@
+#include "KingSystem/Map/mapObject.h"
+
+namespace ksys::map {
+
+Object::Object() = default;
+
+}