Add scene-group.hpp include to switch-generic

This is to allow easier use of generic scene switch structs and widgets
in other areas. (Macro tab)
This commit is contained in:
WarmUpTill 2021-04-29 21:58:11 +02:00 committed by WarmUpTill
parent c468b0698b
commit c86bba84b3

View File

@ -2,6 +2,8 @@
#include <obs.hpp>
#include <QComboBox>
#include "scene-group.hpp"
enum class SwitchTargetType {
Scene,
SceneGroup,