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