Add MathEngineTest and Commects and clean ups
This commit is contained in:
@@ -75,9 +75,9 @@ namespace UtilityEngine {
|
||||
operator std::string () const; /// c++ string class
|
||||
|
||||
private:
|
||||
/// Variables
|
||||
char* mp_str = nullptr;
|
||||
size_t m_len = 0;
|
||||
|
||||
};/// END CLASS DEFINITION cString
|
||||
}/// END NAMESPACE DEFINITION UtilityEngine
|
||||
/// function overloads
|
||||
|
||||
@@ -46,7 +46,7 @@ namespace UtilityEngine {
|
||||
static cUtility& Inst();
|
||||
static void Delete();
|
||||
|
||||
void Message( const cString& msg, const cString& funcName = "", const eTypeSDL typeSDL = eTypeSDL::NONE ) const;
|
||||
void Message( const cString& msg, const cString& debugInfo = "", const eTypeSDL typeSDL = eTypeSDL::NONE ) const;
|
||||
|
||||
void PrintVersion( const eTypeSDL typeSDL = eTypeSDL::ALL ) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user