mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
10 lines
157 B
C++
10 lines
157 B
C++
#pragma once
|
|
#include <obs-data.h>
|
|
|
|
namespace advss {
|
|
|
|
void AskForBackup(obs_data_t *settings);
|
|
void BackupSettingsOfCurrentVersion();
|
|
|
|
} // namespace advss
|