X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprogram.h;h=fde4d85439a2cfe9e7cb82a62aebd965f111d082;hb=refs%2Ftags%2F1.0;hp=3b86a9c6d17d4af1af0ae0f1596eb67246799733;hpb=19583522999f9ca2cddb178691633bc20f714b01;p=libs%2Fgl.git diff --git a/source/program.h b/source/program.h index 3b86a9c6..fde4d854 100644 --- a/source/program.h +++ b/source/program.h @@ -10,8 +10,8 @@ Distributed under the LGPL #include #include -#include #include +#include "gl.h" #include "types.h" namespace Msp { @@ -47,6 +47,9 @@ public: Program(); Program(const std::string &, const std::string &); +private: + void init(); +public: virtual ~Program(); void attach_shader(Shader &shader);