9 lines
105 B
C++
9 lines
105 B
C++
#include "UtilityEngineTest.hpp"
|
|
|
|
#include "StringTest.hpp"
|
|
|
|
void UtilityEngineTest()
|
|
{
|
|
StringTest();
|
|
}
|