Pre-resize fillparent
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#define _CUTILITY_HPP_
|
||||
|
||||
/*** ANSI C Header Files ***/
|
||||
#include <stdio.h> //for __FUNCTION__
|
||||
#include <stdio.h> /// for __FUNCTION__
|
||||
|
||||
#ifndef __FUNCTION__
|
||||
# define __FUNCTION__ __func__
|
||||
@@ -42,7 +42,7 @@ namespace UtilityEngine {
|
||||
~cUtility();
|
||||
|
||||
public:
|
||||
///Functions
|
||||
/// Functions
|
||||
static cUtility& Inst();
|
||||
static void Delete();
|
||||
|
||||
@@ -51,12 +51,12 @@ namespace UtilityEngine {
|
||||
void PrintVersion( const eTypeSDL typeSDL = eTypeSDL::ALL ) const;
|
||||
|
||||
private:
|
||||
///Functions
|
||||
/// Functions
|
||||
void VersionParser( const cString& runCompiled, const SDL_version& version, const cString& type ) const;
|
||||
|
||||
private:
|
||||
///Variables
|
||||
static cUtility* sp_inst;// = nullptr
|
||||
/// Variables
|
||||
static cUtility* sp_inst;/// = nullptr
|
||||
};/// END CLASS DEFINITION cUtility
|
||||
}/// END NAMESPACE DEFINITION UtilityEngine
|
||||
#endif/// END IFNDEF _CUTILITY_HPP_
|
||||
Reference in New Issue
Block a user