X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprogram.h;h=82d06a109a9dde15927409b6cdf8a3e1e7272ebd;hb=a4ec5410595ddf37bfbc0e85ad87d31a9cbf94f1;hp=ed5410076244bcb0f4c8d16e08482354a3d26ba7;hpb=85e83ace47e5a9a8ae7263886255dd81afc69278;p=libs%2Fgl.git diff --git a/source/program.h b/source/program.h index ed541007..82d06a10 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 { @@ -37,12 +37,12 @@ public: public: Loader(Program &); - ~Loader(); private: void vertex_shader(const std::string &); void fragment_shader(const std::string &); void attribute(uint, const std::string &); + virtual void finish(); }; Program();