]> git.tdb.fi Git - libs/gl.git/blobdiff - source/primitivetype.h
Final touches of OS X support
[libs/gl.git] / source / primitivetype.h
index f4f665e3cd19744757b98399bd3d1f776c3a192f..52a6e8754f733c2273440a3dd42cd7c3736100cc 100644 (file)
@@ -1,14 +1,7 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_PRIMITIVETYPE_H_
 #define MSP_GL_PRIMITIVETYPE_H_
 
-#include <istream>
+#include <msp/strings/lexicalcast.h>
 #include "gl.h"
 
 namespace Msp {
@@ -28,7 +21,7 @@ enum PrimitiveType
        POLYGON        = GL_POLYGON
 };
 
-std::istream &operator>>(std::istream &in, PrimitiveType &pt);
+void operator>>(const LexicalConverter &, PrimitiveType &);
 
 } // namespace GL
 } // namespace Msp