#pragma once #if defined(OS_MACOS) #include namespace hex { std::string getPathForMac(ImHexPath path); } #endif