8 lines
114 B
C++
8 lines
114 B
C++
#ifndef __VIDEOTEST__
|
|
#define __VIDEOTEST__
|
|
|
|
void VideoTest();
|
|
|
|
const bool CaptionTest();
|
|
|
|
#endif // __VIDEOTEST__
|