33 #if !defined(_MSC_VER) 34 void fopen_s(FILE** stream,
const char* name,
const char* fmt);
36 #define fprintf_s fprintf 37 #define sprintf_s sprintf 47 void HSVtoRGB(
float h,
float s,
float v,
float rgb[3]);
UINT timeGetTime()
Something a little bit like timeGetTime for *NIX.
Defines, enumerated types, and typedefs.
std::pair< int, int > MoveDelta
Move delta for a knight's move.
Header for the structs CSearchRequest, CSearchResult, and CRect.
void HSVtoRGB(float h, float s, float v, float rgb[3])
HSV to RGB color.
unsigned int UINT
Abbreviation for unsigned integer.
std::string MakeFileNameBase(const CTourneyDesc &t, int w=-1)
Make file name base.
std::vector< MoveDelta > MoveDeltas
Move deltas for knight's moves.
void fopen_s(FILE **stream, const char *name, const char *fmt)
fopen_s for *NIX.
std::string NumString(float x)
Make string from number.