mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-21 17:47:28 -05:00
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:
parent
c468b0698b
commit
c86bba84b3
|
|
@ -2,6 +2,8 @@
|
|||
#include <obs.hpp>
|
||||
#include <QComboBox>
|
||||
|
||||
#include "scene-group.hpp"
|
||||
|
||||
enum class SwitchTargetType {
|
||||
Scene,
|
||||
SceneGroup,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user