SceneSwitcher/tests/mocks/path-helpers.cpp
2024-02-24 16:47:50 +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