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