SceneSwitcher/src/utils/obs-module-helper.hpp

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();