From 0c87d0a26c5b9d97f5b9bee1d0a4d9aa1eb8afda Mon Sep 17 00:00:00 2001 From: nordsoft Date: Sun, 16 Apr 2023 21:49:43 +0400 Subject: [PATCH] Add a comment --- lib/mapping/CMapService.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/mapping/CMapService.h b/lib/mapping/CMapService.h index 951d765b9..e408a46e0 100644 --- a/lib/mapping/CMapService.h +++ b/lib/mapping/CMapService.h @@ -83,6 +83,11 @@ public: */ static ModCompatibilityInfo verifyMapHeaderMods(const CMapHeader & map); + /** + * Saves map into VCMI format with name specified + * @param map to save + * @param fullPath full path to file to write, including extension + */ void saveMap(const std::unique_ptr & map, boost::filesystem::path fullPath) const; private: