open_toontown_panda3d/dtool/src/parser-inc/cv.h

8 lines
180 B
C

#ifndef _CV_H_
#define _CV_H_
typedef struct CvCapture CvCapture;
typedef struct CvMemStorage CvMemStorage;
typedef struct CvHaarClassifierCascade CvHaarClassifierCascade;
#endif