Removed a global variable
[supertux.git] / src / log.hpp
index 716c129..eb14069 100644 (file)
@@ -79,5 +79,8 @@ inline std::ostream& log_fatal_f() {
 
 #endif
 
+class Vector;
+std::ostream& operator<< (std::ostream& str, const Vector& vector);
+
 #endif