Update header info of action queue macro segments

This commit is contained in:
WarmUpTill
2024-02-17 23:30:02 +01:00
committed by WarmUpTill
parent b5426b398a
commit b803c0ad75
3 changed files with 10 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ public:
bool CheckCondition();
bool Save(obs_data_t *obj) const;
bool Load(obs_data_t *obj);
std::string GetShortDesc() const;
std::string GetId() const { return id; };
static std::shared_ptr<MacroCondition> Create(Macro *m)
{