16#define MAX(a,b) (((a) > (b)) ? (a) : (b))
17#define MIN(a,b) (((a) < (b)) ? (a) : (b))
ComponentTypeID GetComponentTypeID_Static()
SDL_Color Random_Color(const int a=0, const int b=255)
Vector Random_Vector(const float a, const float b)
Vector Random_Point(const Vector p1, const Vector p2)
float fBlend(float _f1, float _f2, float _fc)
Vector VectorClamp(Vector _v, Vector _vMin, Vector _vMax)
float Random_Float(const float a, const float b)
int Random_Int(const int a, const int b)
void MsgBox(string &stitle, string &smsg, bool _berror=false)
int IntClamp(int _i, int iMin, int iMax)
float FloatClamp(float _f, float fMin, float fMax)