Move getSceneItemsWithName() to utility

This commit is contained in:
WarmUpTill
2021-06-16 21:14:38 +02:00
committed by WarmUpTill
parent 1bf2a154e2
commit beec7d5939
3 changed files with 35 additions and 26 deletions

View File

@@ -25,6 +25,8 @@ std::string getSourceSettings(OBSWeakSource ws);
void setSourceSettings(obs_source_t *s, const std::string &settings);
bool compareSourceSettings(const OBSWeakSource &source,
const std::string &settings, bool regex);
std::vector<obs_scene_item *> getSceneItemsWithName(OBSScene scene,
std::string &name);
std::string getDataFilePath(const std::string &file);
/**