#pragma once // QT include #include #include struct EffectDefinition { QString name, script, file; QJsonObject args; unsigned smoothCfg; };