X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fresources%2Fresources.h;fp=source%2Fresources%2Fresources.h;h=3036c2f463ef44425d0a4f48939a84fb363aae37;hb=dccad64b2ec82249d850b9745614042171499972;hp=6f04a26088b1a4d0768185440d1c1ef98ad9b850;hpb=ede0bc3f5c7124ef100576ad4b0890c9cd13c79d;p=libs%2Fgl.git diff --git a/source/resources/resources.h b/source/resources/resources.h index 6f04a260..3036c2f4 100644 --- a/source/resources/resources.h +++ b/source/resources/resources.h @@ -9,6 +9,7 @@ namespace GL { class Material; class Mesh; +class Module; class Program; class ResourceManager; class Texture2D; @@ -45,6 +46,7 @@ protected: Material *create_material(const std::string &); Mesh *create_mesh(const std::string &); Texture2D *create_texture2d(const std::string &); + Module *create_module(const std::string &); Program *create_program(const std::string &); };