18 lines
197 B
C
18 lines
197 B
C
#ifndef _SAPP_SAMPLE_H_
|
|
#define _SAPP_SAMPLE_H_
|
|
#include "SAPP_FrameWork.h"
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
enum {
|
|
DevSensorId,
|
|
};
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif//_SAPP_SAMPLE_H_
|