#pragma once #if defined(OS_MACOS) #include namespace hex { std::string getMacExecutableDirectoryPath(); std::string getMacApplicationSupportDirectoryPath(); } #endif