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: 9bde622c22b14acd5826dd93a109c8558d8e0487 (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);