mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
a bunch of stuff
This commit is contained in:
@@ -77,13 +77,6 @@ public:
|
||||
typedef TPoint<int> Point;
|
||||
typedef TPoint<float> PointF;
|
||||
|
||||
template <class T>
|
||||
inline void operator>>(const YAML::Node& node, TPoint<T>& point)
|
||||
{
|
||||
node[0] >> point.x;
|
||||
node[1] >> point.y;
|
||||
}
|
||||
|
||||
template <class T>
|
||||
inline std::ostream& operator<<(std::ostream& out, const TPoint<T>& point)
|
||||
{
|
||||
|
Reference in New Issue
Block a user