mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-19 16:47:22 -05:00
6 lines
121 B
C++
6 lines
121 B
C++
#pragma once
|
|
#include <obs-module.h>
|
|
|
|
const char *obs_module_text(const char *text);
|
|
obs_module_t *obs_current_module();
|