Pre-resize fillparent
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user