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