mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Changed hyperion args variable in module from string to dict
Former-commit-id: ae94dca70590e3ed15e991172b7458cf4298e655
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
// Json includes
|
||||
#include <json/value.h>
|
||||
|
||||
// Hyperion includes
|
||||
#include <hyperion/Hyperion.h>
|
||||
|
||||
// pre-declarioation
|
||||
@@ -30,7 +34,7 @@ public:
|
||||
struct EffectDefinition
|
||||
{
|
||||
std::string script;
|
||||
std::string args;
|
||||
Json::Value args;
|
||||
};
|
||||
|
||||
private slots:
|
||||
|
Reference in New Issue
Block a user