Welcome to mirror list, hosted at ThFree Co, Russian Federation.

unpack_mwm.hpp « generator - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 569667a99632a8a9f9fd53b9b9b0c80ad3960977 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "../base/base.hpp"

#include "../std/string.hpp"


// Unpack each section of mwm into a separate file with name filePath.sectionName
void UnpackMwm(string const & filePath);

void DeleteSection(string const & filePath, string const & tag);