GeekIMU/4.Software/GeekIMU Manager GUI 1.2/GeekIMUDriver 1.2/Src/UsbHid_CAPI.h

16 lines
194 B
C
Raw Permalink Normal View History

2024-11-09 21:39:20 +08:00
#ifndef _UsbHid_CAPI_H_
#define _UsbHid_CAPI_H_
#ifdef __cplusplus
extern "C"{
__declspec(dllexport) int Init_Hmd(void);
}
#else
__declspec(dllexport) int Init_Hmd(void);
#endif
#endif