make mupa file loading eol-style insensitive
[mussa.git] / alg / io.hpp
diff --git a/alg/io.hpp b/alg/io.hpp
new file mode 100644 (file)
index 0000000..29e1105
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef IO_HPP_
+#define IO_HPP_
+
+#include <iostream>
+#include <string>
+
+//! useful function for ignoring the various end of line conventions
+void multiplatform_getline(std::istream& in, std::string& line);
+
+#endif /*IO_HPP_*/