Clean Up
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#include "VideoEngineTest.hpp"
|
||||
|
||||
#include "VideoTest.hpp"
|
||||
#include "RendererTest.hpp"
|
||||
#include "ImageFileTest.hpp"
|
||||
|
||||
void VideoEngineTest()
|
||||
{
|
||||
VideoTest();
|
||||
|
||||
RendererTest();
|
||||
|
||||
ImageFileTest();
|
||||
}
|
||||
Reference in New Issue
Block a user