GameRenderer
Added event Draw
Added void DrawLine(Vector2 start, Vector2 end, Color color)
Added void DrawCircle(Vector2 position, UInt radius, UInt segments, Color color)
Added void DrawRect(Vector2 position, Vector2 size, Color color)
Added void DrawRect(Vector2 position, Vector2 size, Color...