pushing this.

This commit is contained in:
Yggdrasil75
2025-11-24 15:00:23 -05:00
parent 6a05161b70
commit 89596ee2be
6 changed files with 770 additions and 21 deletions

View File

@@ -290,10 +290,10 @@ class Vec2 {
};
};
// inline std::ostream& operator<<(std::ostream& os, const Vec2& vec) {
// os << vec.toString();
// return os;
// }
inline std::ostream& operator<<(std::ostream& os, const Vec2& vec) {
os << vec.toString();
return os;
}
namespace std {
template<>