1
0
mirror of synced 2025-03-03 08:15:53 +01:00

11 lines
221 B
C++

#pragma once
#if defined(OS_MACOS)
#include <hex/helpers/paths.hpp>
namespace hex {
std::string getMacExecutableDirectoryPath();
std::string getMacApplicationSupportDirectoryPath();
}
#endif