diff options
| author | Léo Lam <leo@leolam.fr> | 2020-09-16 22:23:44 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-09-16 22:50:02 +0200 |
| commit | b93b9d3c453560a53e15ed154d7b585946ed0a5f (patch) | |
| tree | 19c90a1354295cb790ba241ec48fb07d8af8fe13 /src/KingSystem/Map/mapObject.cpp | |
| parent | f733cd0d5c556fcfeebd789b3f06722fff9fe0ab (diff) | |
ksys: Add map::Object (incomplete)
Diffstat (limited to 'src/KingSystem/Map/mapObject.cpp')
| -rw-r--r-- | src/KingSystem/Map/mapObject.cpp | 7 |
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; + +} |
