Selaa lähdekoodia

Add a comment

nordsoft 2 vuotta sitten
vanhempi
sitoutus
0c87d0a26c
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      lib/mapping/CMapService.h

+ 5 - 0
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<CMap> & map, boost::filesystem::path fullPath) const;
 	
 private: