Pre-resize fillparent
This commit is contained in:
@@ -9,7 +9,7 @@ using UtilityEngine::cString;
|
||||
|
||||
void StringTest()
|
||||
{
|
||||
// cString
|
||||
/// cString
|
||||
printf("\nTesting cString -----\n\n");
|
||||
|
||||
UTest u("cString");
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
void StringTest();
|
||||
|
||||
#endif // __STRINGTEST__
|
||||
#endif /// __STRINGTEST__
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
#include "UtilityEngineTest.hpp"
|
||||
|
||||
#include "StringTest.hpp"
|
||||
|
||||
void UtilityEngineTest()
|
||||
{
|
||||
StringTest();
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
#ifndef __UTILITYENGINETEST__
|
||||
#define __UTILITYENGINETEST__
|
||||
|
||||
void UtilityEngineTest();
|
||||
|
||||
#endif /// __UTILITYENGINETEST__
|
||||
Reference in New Issue
Block a user