csdk_struct.h
File was renamed from csrc/struct.h @@ -1,5 +1,7 @@ #ifndef _face_struct_h_ #define _face_struct_h_ #ifndef _c_wrapper_c_structure_h_ #define _c_wrapper_c_structure_h_ #include <string.h> typedef struct _cPOINT { int x; @@ -60,4 +62,5 @@ long nFaceID;//face tracking id } cFaceInfo; #endif