]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/panel.hxx
- Added ultra-light traffic is now a separate traffic class that can have its
[flightgear.git] / src / Cockpit / panel.hxx
index 0eb883ddb8a69ee00f90f0ab17ddbaa72d4df867..2b04559f4de027e3f06b3c76b81034b2c68d6034 100644 (file)
@@ -76,6 +76,7 @@ class FGTextureManager
 {
 public:
   static osg::Texture2D* createTexture(const string &relativePath);
+  static void addTexture(const string &relativePath, osg::Texture2D* texture);
 private:
   static map<string,osg::ref_ptr<osg::Texture2D> > _textureMap;
 };