historical/toontown-classic.git/panda/include/parser-inc/cv.h

8 lines
180 B
C
Raw Normal View History

2024-01-16 11:20:27 -06:00
#ifndef _CV_H_
#define _CV_H_
typedef struct CvCapture CvCapture;
typedef struct CvMemStorage CvMemStorage;
typedef struct CvHaarClassifierCascade CvHaarClassifierCascade;
#endif