void DrawRect(int x, int y,int width, int height, int r, int g, int b)
void DrawRectXor(int x, int y,int width, int height, int r, int g, int b)
void DrawFillRect(int x, int y, int width, int height, int r, int g, int b)
void DrawFillRectXor(int x, int y,int width, int height, int r, int g, int b)
void DrawLine(int x1, int y1, int x2, int y2, int r, int g, int b);
void DrawLineXor(int x1, int y1, int x2, int y2, int r, int g, int b);
void DrawCircle(int x, int y, int radius, int r, int g, int b);
void DrawCircleXor(int x, int y, int radius, int r, int g, int b);
void DrawFillCircle(int x, int y, int radius, int r, int g, int b);
void DrawFillCircleXor(int x, int y, int radius, int r, int g, int b);
void DrawRect(int x, int y, int width, int height, int r, int g, int b);
void DrawRectXor(int x, int y, int width, int height, int r, int g, int b);
void DrawFillRect(int x, int y, int width, int height, int r, int g, int b);
void DrawFillRectXor(int x, int y, int width, int height, int r, int g, int b);