X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexture.h;h=44e126570b741a28e4cdd332523bf3d2b7436c0e;hb=3a9ee749fbde41695d1b1a0804bbf63d76427b27;hp=3e050db57f359cc0d3a9f514d828491c6a81cce0;hpb=d2efbd8a32efa2a3ee8542efc846277af19d63e0;p=libs%2Fgl.git diff --git a/source/texture.h b/source/texture.h index 3e050db5..44e12657 100644 --- a/source/texture.h +++ b/source/texture.h @@ -81,6 +81,7 @@ protected: private: void init(); + void external_image(const std::string &); void filter(TextureFilter); void generate_mipmap(bool); void image_data(const std::string &);