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

build_style.h « build_style « qt - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 49c70a6f2de7d20b163f64173ff657467950d894 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include <QString>

namespace build_style
{

void BuildAndApply(QString const & mapcssFile);

void RunRecalculationGeometryScript(QString const & mapcssFile);

extern bool NeedRecalculate;

}  // namespace build_style