sbDeviceAPI.h
Go to the documentation of this file.
1 #ifndef SBDEVICEAPI_H_
2 #define SBDEVICEAPI_H_
3 
8 #ifdef SB_EXPORT_DEVICE_API
9 #define SB_API NS_EXPORT
10 #else
11 #define SB_API NS_IMPORT
12 #endif
13 
14 #endif /*SBDEVICEAPI_H_*/