diff options
| author | Léo Lam <leo@leolam.fr> | 2020-11-17 00:54:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-17 00:54:46 +0100 |
| commit | 4d4edbfe87e77c4e712e7fef7ed8087fff18220e (patch) | |
| tree | 05b09142b74869f74779a00deff410019b8dcaac /src/KingSystem/Map/mapDebug.cpp | |
| parent | b0498a15bf6f1782f1429ffbd0b03c187f61d7c9 (diff) | |
| parent | d4f80d7cf97641742dd56cabc0b1d503cfdf7b0d (diff) | |
Merge pull request #15 from notyourav/placement
implement map::Object getters
Diffstat (limited to 'src/KingSystem/Map/mapDebug.cpp')
| -rw-r--r-- | src/KingSystem/Map/mapDebug.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/KingSystem/Map/mapDebug.cpp b/src/KingSystem/Map/mapDebug.cpp new file mode 100644 index 00000000..0269169b --- /dev/null +++ b/src/KingSystem/Map/mapDebug.cpp @@ -0,0 +1,3 @@ +#include "KingSystem/Map/mapDebug.h" + +namespace ksys::map {} // namespace ksys::map |
