X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgldecoder.h;h=39d4f6ac28c799391d99a8bfd0740a13117754aa;hb=ea3d851aa52e999b1c5a5fa52c97ff5019756c0e;hp=d97c0b3ff45fd30bdc1232114123d6c84df64dce;hpb=8a1580721a939c3edea2ce1b342148e94ad2b814;p=gldbg.git diff --git a/source/gldecoder.h b/source/gldecoder.h index d97c0b3..39d4f6a 100644 --- a/source/gldecoder.h +++ b/source/gldecoder.h @@ -1,20 +1,20 @@ /* $Id$ This file is part of gldbg -Copyright © 2009 Mikko Rasa, Mikkosoft Productions +Copyright © 2009-2010 Mikko Rasa, Mikkosoft Productions Distributed under the GPL */ #ifndef GLDECODER_H_ #define GLDECODER_H_ -#include +#include "opengl.h" #ifdef __cplusplus extern "C" { #endif -#include "gldecoder.struct" +#include "gensrc/gldecoder.struct" GlDecoder *gldecoder_new(void *, void (*)(void *)); void gldecoder_delete(GlDecoder *);