X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Ftexture.h;h=639b15f5b711c820e8ff448f6d634078e2040ded;hb=f73e671dcb36c097647cddbf5b1eaaad2ffc9299;hp=8db5dad83e0a90e6aa1bcde5a641f487a5e88355;hpb=260ecf71f02d4b3397e4f6c80d96a7c4ba473185;p=libs%2Fgl.git diff --git a/source/core/texture.h b/source/core/texture.h index 8db5dad8..639b15f5 100644 --- a/source/core/texture.h +++ b/source/core/texture.h @@ -49,6 +49,7 @@ protected: void load_external_image(Graphics::Image &, const std::string &); private: + void external_data(const std::string &); void external_image(bool, const std::string &); void generate_mipmap(bool); void image_data(const std::string &);