From b93b9d3c453560a53e15ed154d7b585946ed0a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Wed, 16 Sep 2020 22:23:44 +0200 Subject: ksys: Add map::Object (incomplete) --- src/KingSystem/Map/mapObject.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/KingSystem/Map/mapObject.cpp (limited to 'src/KingSystem/Map/mapObject.cpp') 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; + +} -- cgit v1.2.3