11 lines
142 B
C
11 lines
142 B
C
#ifndef _POSE_BODY_H_
|
|
#define _POSE_BODY_H_
|
|
|
|
#include "MppDecode.h"
|
|
|
|
extern char *CameraID;
|
|
extern int TypeID;
|
|
extern int UploadPort;
|
|
|
|
|
|
#endif |