mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Rename function
This commit is contained in:
parent
87c18143a2
commit
6cbfc48736
|
|
@ -767,7 +767,7 @@ QWidget *GetSettingsWindow()
|
|||
|
||||
void SetupActionQueues();
|
||||
|
||||
extern "C" EXPORT void RunPostLoadSteps()
|
||||
extern "C" EXPORT void RunPluginPostLoadSteps()
|
||||
{
|
||||
for (const auto &postLoadStep : switcher->pluginPostLoadSteps) {
|
||||
postLoadStep();
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user