csrc/struct.h
File was renamed from csdk_struct.h @@ -1,7 +1,5 @@ #ifndef _c_wrapper_c_structure_h_ #define _c_wrapper_c_structure_h_ #include <string.h> #ifndef _face_struct_h_ #define _face_struct_h_ typedef struct _cPOINT { int x; @@ -61,6 +59,5 @@ unsigned char pFacialData[8*1024]; long nFaceID;//face tracking id } cFaceInfo; #endif