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: 9b3bf4500445bb83fe2b6274b35b7e061f997323 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <QString>

namespace build_style
{
void BuildAndApply(QString const & mapcssFile);
void RunRecalculationGeometryScript(QString const & mapcssFile);

extern bool NeedRecalculate;
}  // namespace build_style