Hi, I am looking to use some specific functions to build a C++ script ( Common_Exit
, Common_DrawText
, and Common_Update
) and get rid of an error. But I can’t find the Common folder to download and add it to my Xcode project. Does anyone know where I can find it?
Hi,
The relevant “common” files (common.cpp, common.h, common_platform.h, common_platform.mm) should be included with the FMOD Engine Mac install at ./api/core/examples
.
Thank you for your answer!!