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