Go to the documentation of this file. 37 #if !defined PX_PHYSX_STATIC_LIB 38 #if (PX_WINDOWS_FAMILY || PX_XBOXONE || PX_PS4 || PX_XBOX_SERIES_X) 39 #if defined PX_PHYSX_COOKING_EXPORTS 40 #define PX_PHYSX_COOKING_API __declspec(dllexport) 42 #define PX_PHYSX_COOKING_API __declspec(dllimport) 45 #define PX_PHYSX_COOKING_API PX_UNIX_EXPORT 49 #if !defined(PX_PHYSX_COOKING_API) 50 #define PX_PHYSX_COOKING_API 54 #define PX_C_EXPORT extern "C"