X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fpixelformat.h;h=6980ec8a959513b047d6372375d743824481e4ed;hb=6a135773515b020ea3f163a11d06150ae5c0e69f;hp=87cbe7546c95a8ca0125c1ef5fbb784139d10f27;hpb=a361efc05fcad11b2918f3cd7abdebe794b131d8;p=libs%2Fgl.git diff --git a/source/pixelformat.h b/source/pixelformat.h index 87cbe754..6980ec8a 100644 --- a/source/pixelformat.h +++ b/source/pixelformat.h @@ -8,7 +8,8 @@ Distributed under the LGPL #ifndef MSP_GL_PIXELFORMAT_H_ #define MSP_GL_PIXELFORMAT_H_ -#include +#include +#include "gl.h" namespace Msp { namespace GL { @@ -30,6 +31,8 @@ enum PixelFormat LUMINANCE_ALPHA = GL_LUMINANCE_ALPHA }; +std::istream &operator>>(std::istream &, PixelFormat &); + } // namespace GL } // namespace Msp