9 lines
175 B
C
9 lines
175 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <QString>
|
||
|
|
|
||
|
|
namespace build_style
|
||
|
|
{
|
||
|
|
QString RunBuildingPhonePack(QString const & stylesFolder, QString const & targetFolder);
|
||
|
|
} // namespace build_style
|