New float double and long double random gen functions. more comments

This commit is contained in:
2018-08-18 22:48:33 -04:00
parent a815367c9d
commit 30416b0334
10 changed files with 26 additions and 14 deletions
@@ -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: