mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
* Minor style changes * Move function definitions * Split utility.hpp * Enable include of export-symbol-helper.hpp in tests
13 lines
232 B
C++
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
|