16 lines
175 B
C
16 lines
175 B
C
|
|
#ifndef RM_VERSION_H
|
|
#define RM_VERSION_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define SDK_VERSION ("1.1.1")
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|
|
|