6 lines
111 B
C++
6 lines
111 B
C++
#ifndef __VIDEOENGINETEST__
|
|
#define __VIDEOENGINETEST__
|
|
|
|
void VideoEngineTest();
|
|
|
|
#endif // __VIDEOENGINETEST__
|