1
0
mirror of synced 2024-11-15 03:27:40 +01:00
ImHex/plugins/libimhex/include/hex/helpers/paths_mac.h

10 lines
158 B
C++

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