X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fframeformat.h;h=90132092444488415a447b2840d03ad48c5fb58a;hb=3bc34893905a2df622894aadcb6669f27f186772;hp=c80f63e0dd02518e00aa85f9f1eae75947beb564;hpb=a4d83d3748cdde8cf30683d36a040d3dfacfd693;p=libs%2Fgl.git diff --git a/source/core/frameformat.h b/source/core/frameformat.h index c80f63e0..90132092 100644 --- a/source/core/frameformat.h +++ b/source/core/frameformat.h @@ -76,9 +76,9 @@ inline unsigned get_attach_point(FrameAttachment fa) PixelFormat get_attachment_pixelformat(FrameAttachment); -GLenum get_gl_attachment(FrameAttachment); - } // namespace GL } // namespace Msp +#include "frameformat_backend.h" + #endif