mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
reorganize sources
This commit is contained in:
@@ -58,8 +58,7 @@ typedef TPoint<float> PointF;
|
||||
template<class T>
|
||||
std::ostream& operator<<(std::ostream& out, const TPoint<T>& point)
|
||||
{
|
||||
out << "Point(" << point.x << ","
|
||||
<< point.y << ")";
|
||||
out << point.x << " " << point.y;
|
||||
return out;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user