New float double and long double random gen functions. more comments
This commit is contained in:
@@ -19,6 +19,7 @@ EXPIMP_TEMPLATE template class EXPORT_FROM_MYDLL std::basic_string<char>;
|
||||
#define __cString__MAX_LEN 65535
|
||||
|
||||
namespace UtilityEngine {
|
||||
/* smaller then std::string */
|
||||
class EXPORT_FROM_MYDLL cString
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -18,16 +18,6 @@ cUtility::cUtility()
|
||||
cUtility::~cUtility()
|
||||
{}
|
||||
|
||||
/// public:
|
||||
// cUtility& cUtility::operator=( const cUtility& copy )
|
||||
// {
|
||||
// if (this != ©)
|
||||
// {
|
||||
// }
|
||||
//
|
||||
// return *this;
|
||||
// }
|
||||
|
||||
/// Functions
|
||||
/*static*/ cUtility& cUtility::Inst()
|
||||
{
|
||||
|
||||
@@ -46,8 +46,10 @@ namespace UtilityEngine {
|
||||
static cUtility& Inst();
|
||||
static void Delete();
|
||||
|
||||
/* prints out a message to stderror. */
|
||||
void Message( const cString& msg, const cString& debugInfo = "", const eTypeSDL typeSDL = eTypeSDL::NONE ) const;
|
||||
|
||||
/* Prints out what Version of SDL2, SDL2_image, SDL2_mixer, SDL2_net, and SDL2_ttf based on what you pass it to stderror. */
|
||||
void PrintVersion( const eTypeSDL typeSDL = eTypeSDL::ALL ) const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user