예제 #1
0
파일: vec2.cpp 프로젝트: icedmetal57/LD33
		Vec2 operator/(Vec2 left, const Vec2& right)
		{
			return left.divide(right);
		}