mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
16 lines
197 B
C++
16 lines
197 B
C++
#include "path-helpers.hpp"
|
|
|
|
namespace advss {
|
|
|
|
std::string GetDataFilePath(const std::string &file)
|
|
{
|
|
return "";
|
|
}
|
|
|
|
QString GetDefaultSettingsSaveLocation()
|
|
{
|
|
return "";
|
|
}
|
|
|
|
} // namespace advss
|