/** * * @file FITKInterfacePhysicsAPI.h * @brief 声明接口 * @author LiBaojun (libaojunqd@foxmail.com) * @date 2024-02-29 * */ #ifndef _FITKINTERFACEPHYSICS_API_H_ #define _FITKINTERFACEPHYSICS_API_H_ #include #if defined(FITKInterfacePhysics_API) #define FITKInterfacePhysicsAPI Q_DECL_EXPORT #else #define FITKInterfacePhysicsAPI Q_DECL_IMPORT #endif #endif