Pre-resize fillparent

This commit is contained in:
2018-08-13 22:22:10 -04:00
parent 58fa6f0503
commit 353dc21750
95 changed files with 478 additions and 437 deletions
@@ -43,7 +43,7 @@ cTrooperEngineCore::~cTrooperEngineCore()
GUIEngine::cGUI::Delete();
}
///Functions
/// Functions
/*static*/ const char* cTrooperEngineCore::Version()
{
return __TROOPERENGINE__VERSION;
@@ -113,7 +113,7 @@ void cTrooperEngineCore::CleanUp()
EventEngine::cEventControl::Inst().CleanUp();
}
///Gets
/// Gets
const bool cTrooperEngineCore::getVideo() const
{
return VideoEngine::cVideo::Inst().IsInit();
@@ -18,7 +18,7 @@ namespace TrooperEngineCore {
~cTrooperEngineCore();
public:
///Functions
/// Functions
static const char* Version();
static cTrooperEngineCore& Inst();
static void Delete();
@@ -44,7 +44,7 @@ namespace TrooperEngineCore {
/* Cleans up */
void CleanUp();
///Gets
/// Gets
/* Gets returns true if Video was initiated other wise it returns false */
const bool getVideo() const;
/* Gets returns true if Audio was initiated other wise it returns false */
@@ -61,8 +61,8 @@ namespace TrooperEngineCore {
const bool getEvent() const;
private:
///Variables
static cTrooperEngineCore* sp_inst;// = nullptr
/// Variables
static cTrooperEngineCore* sp_inst;/// = nullptr
};/// END CLASS DEFINITION cTrooperEngineCore
}/// END NAMESPACE DEFINITION TroopperENgineCore
#endif/// END IFNDEF _CTROOPERENGINECORE_HPP_