co-maps/qt/build_style/build_style.h
2025-11-22 13:58:55 +01:00

12 lines
295 B
C++

#pragma once
#include <QtCore/QString>
namespace build_style
{
void BuildAndApply(QString const & mapcssFile);
void BuildIfNecessaryAndApply(QString const & mapcssFile);
void RunRecalculationGeometryScript(QString const & mapcssFile);
extern bool NeedRecalculate;
} // namespace build_style