You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
397 B
C
22 lines
397 B
C
/**
|
|
*
|
|
* @file FITKInterfacePhysicsAPI.h
|
|
* @brief 声明接口
|
|
* @author LiBaojun (libaojunqd@foxmail.com)
|
|
* @date 2024-02-29
|
|
*
|
|
*/
|
|
#ifndef _FITKINTERFACEPHYSICS_API_H_
|
|
#define _FITKINTERFACEPHYSICS_API_H_
|
|
|
|
#include <QtCore/QtGlobal>
|
|
|
|
|
|
#if defined(FITKInterfacePhysics_API)
|
|
#define FITKInterfacePhysicsAPI Q_DECL_EXPORT
|
|
#else
|
|
#define FITKInterfacePhysicsAPI Q_DECL_IMPORT
|
|
#endif
|
|
|
|
#endif
|