diff options
Diffstat (limited to 'vec3.h')
| -rw-r--r-- | vec3.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,4 +31,6 @@ class vec3 { vec3 operator*(scalar scale, const vec3 &v); std::ostream &operator<<(std::ostream &output, const vec3 &v); +std::istream &operator>>(std::istream &input, vec3 &v); + #endif |