SceneSwitcher/lib/utils/path-helpers.hpp
Przemek Pawlas 01cf000cbe Refactor
* Minor style changes
* Move function definitions
* Split utility.hpp
* Enable include of export-symbol-helper.hpp in tests
2024-02-24 16:47:50 +01:00

13 lines
232 B
C++

#pragma once
#include "export-symbol-helper.hpp"
#include <QString>
#include <string>
namespace advss {
EXPORT std::string GetDataFilePath(const std::string &file);
QString GetDefaultSettingsSaveLocation();
} // namespace advss