hyperion.ng
EffectSchema.h
1 #pragma once
2 
3 // QT include
4 #include <QString>
5 #include <QJsonObject>
6 
8 {
9  QString pyFile, schemaFile;
10  QJsonObject pySchema;
11 };
Definition: EffectSchema.h:7