#pragma once #if defined(OS_MACOS) #include extern "C" char * getMacExecutableDirectoryPath(); extern "C" char * getMacApplicationSupportDirectoryPath(); extern "C" void macFree(void *ptr); #endif