1
0
mirror of synced 2024-11-14 19:17:42 +01:00
ImHex/lib/libimhex/include/hex/helpers/paths_mac.h

11 lines
205 B
C++

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