mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-11 11:47:41 -05:00
Rename function
This commit is contained in:
@@ -7,12 +7,12 @@ OBS_MODULE_USE_DEFAULT_LOCALE("advanced-scene-switcher", "en-US")
|
||||
typedef const char *(*translateFunc)(const char *);
|
||||
|
||||
void InitSceneSwitcher(obs_module_t *, translateFunc);
|
||||
void RunPostLoadSteps();
|
||||
void RunPluginPostLoadSteps();
|
||||
void FreeSceneSwitcher();
|
||||
|
||||
void obs_module_post_load(void)
|
||||
{
|
||||
RunPostLoadSteps();
|
||||
RunPluginPostLoadSteps();
|
||||
}
|
||||
|
||||
bool obs_module_load(void)
|
||||
|
||||
Reference in New Issue
Block a user