historical/toontown-classic.git/panda/include/parser-inc/cv.h
2024-01-16 11:20:27 -06:00

8 lines
No EOL
180 B
C

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