Add project files.
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
#ifndef __GUIXMLTEST__
|
||||
#define __GUIXMLTEST__
|
||||
|
||||
#include "../UTest/UTest.hpp"
|
||||
|
||||
/*** TrooperEngine DLL Header Files ***/
|
||||
#include "TrooperEngine.hpp"
|
||||
|
||||
using UtilityEngine::cString;
|
||||
|
||||
struct Settings
|
||||
{
|
||||
GUIHelpers::Position pos;
|
||||
GUIHelpers::Size size;
|
||||
GUIHelpers::Padding pad;
|
||||
GUIHelpers::Position center;
|
||||
};
|
||||
|
||||
void GUIXMLTest();
|
||||
|
||||
void GUIXMLDefaultTest();
|
||||
|
||||
void GUIXMLPositionTest();
|
||||
|
||||
void GUIXMLAlignTest();
|
||||
|
||||
void LoadFile( const cString& filename, const bool show = false );
|
||||
|
||||
void cWindowTest( const cString& msg, UTest& u, GUIEngine::cWindow* win, const Settings sets );
|
||||
|
||||
void cWindowTest( const cString& msg, UTest& u, GUIEngine::cWindow* win, const GUIHelpers::Position& pos,
|
||||
const GUIHelpers::Size& size, const GUIHelpers::Padding& pad, const GUIHelpers::Position& center );
|
||||
|
||||
#endif // __GUIXMLTEST__
|
||||
Reference in New Issue
Block a user