28 #ifndef WINTERMUTE_VECTOR2_H 29 #define WINTERMUTE_VECTOR2_H 49 return Vector2(x + other.x, y + other.y);
53 return Vector2(x - other.x, y - other.y);
56 inline Vector2 operator* (
const float scalar)
const {
57 return Vector2(x * scalar, y * scalar);
Definition: achievements_tables.h:27