mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-30 21:25:32 -05:00
10 lines
192 B
C++
10 lines
192 B
C++
#pragma once
|
|
#ifndef UNIT_TEST
|
|
#include <obs-module.h>
|
|
#else
|
|
typedef struct obs_module obs_module_t;
|
|
#endif
|
|
|
|
const char *obs_module_text(const char *text);
|
|
obs_module_t *obs_current_module();
|