]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/SGReaderWriterXML.hxx
Add preliminary spot light animation
[simgear.git] / simgear / scene / model / SGReaderWriterXML.hxx
index 2d92c3efecdb3eca528a859e2b9990363e188412..f1a0aed3df0c8a580c9f499230f28fe3fe606a68 100644 (file)
@@ -27,12 +27,13 @@ namespace simgear
 class SGReaderWriterXML : public osgDB::ReaderWriter
 {
 public:
-    virtual const char* className() const;
+    SGReaderWriterXML();
+    virtual ~SGReaderWriterXML();
 
-    virtual bool acceptsExtension(const std::string& extension) const;
+    virtual const char* className() const;
 
     virtual ReadResult readNode(const std::string& fileName,
-                                const osgDB::ReaderWriter::Options* options)
+                                const osgDB::Options* options)
     const;
 };