#pragma once // stl include #include // json include #include struct EffectDefinition { std::string name; std::string script; Json::Value args; };