]> git.tdb.fi Git - libs/gl.git/blobdiff - source/pixelformat.h
Drop Id tags and copyright notices from files
[libs/gl.git] / source / pixelformat.h
index 6063145ad859c042eb5070c5ae787ad94d904d87..4e71b9f0e7f4c1a1069f284a8f420b266f98288b 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_PIXELFORMAT_H_
 #define MSP_GL_PIXELFORMAT_H_
 
@@ -49,6 +42,8 @@ std::istream &operator>>(std::istream &, PixelFormat &);
 
 PixelFormat pixelformat_from_graphics(Graphics::PixelFormat);
 
+PixelFormat get_base_pixelformat(PixelFormat);
+
 } // namespace GL
 } // namespace Msp