6 lines
87 B
C++
6 lines
87 B
C++
#ifndef __VIDEOTEST__
|
|
#define __VIDEOTEST__
|
|
|
|
void VideoTest();
|
|
|
|
#endif // __VIDEOTEST__
|