You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wowlet/src/vr/utils/paths.h

17 lines
328 B

#pragma once
#include <QDebug>
#include <string>
#include <optional>
#include <experimental/optional>
namespace paths
{
using std::string;
string binaryDirectory();
string binaryDirectoryFindFile( const string& fileName );
string settingsDirectory();
string verifyIconFilePath( const string& filename );
} // namespace paths