Go to the documentation of this file. 29 #ifndef INCLUDED_APIBaseC_h_GUID_C5A2E769_2ADC_429E_D250_DF0883E6E5DB 30 #define INCLUDED_APIBaseC_h_GUID_C5A2E769_2ADC_429E_D250_DF0883E6E5DB 33 #define OSVR_C_ONLY(X) 34 #define OSVR_CPP_ONLY(X) X 35 #define OSVR_EXTERN_C_BEGIN extern "C" { 36 #define OSVR_EXTERN_C_END } 37 #define OSVR_INLINE inline 39 #define OSVR_C_ONLY(X) X 40 #define OSVR_CPP_ONLY(X) 41 #define OSVR_EXTERN_C_BEGIN 42 #define OSVR_EXTERN_C_END 44 #define OSVR_INLINE static __inline 46 #define OSVR_INLINE static inline