SceneSwitcher/tests/stubs/path-helpers.cpp
2026-03-14 10:21:55 +01:00

16 lines
197 B
C++

#include "path-helpers.hpp"
namespace advss {
std::string GetDataFilePath(const std::string &file)
{
return "";
}
QString GetDefaultSettingsSaveLocation()
{
return "";
}
} // namespace advss