co-maps/qt/build_style/build_style.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
295 B
C
Raw Permalink Normal View History

2025-11-22 13:58:55 +01:00
#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