]> git.tdb.fi Git - libs/gl.git/blobdiff - source/pixelformat.h
Move Image to mspgbase
[libs/gl.git] / source / pixelformat.h
index 6980ec8a959513b047d6372375d743824481e4ed..d61788a630ecb702359605afb8b23ba42bf60c78 100644 (file)
@@ -9,6 +9,7 @@ Distributed under the LGPL
 #define MSP_GL_PIXELFORMAT_H_
 
 #include <istream>
+#include <msp/gbase/pixelformat.h>
 #include "gl.h"
 
 namespace Msp {
@@ -33,6 +34,8 @@ enum PixelFormat
 
 std::istream &operator>>(std::istream &, PixelFormat &);
 
+PixelFormat pixelformat_from_graphics(Graphics::PixelFormat);
+
 } // namespace GL
 } // namespace Msp