]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/devil/devilloader.h
Add some state checking to ImageLoader
[libs/gui.git] / source / graphics / devil / devilloader.h
index 3b933ae2ff0cc9c0e52de2a7161a91b2c277f8e1..3cba0d5a56f358c7b13a4832698798efe4051b89 100644 (file)
@@ -16,9 +16,10 @@ public:
        DevilLoader(IO::Seekable &);
        virtual ~DevilLoader();
 
+       static unsigned get_signature_size() { return 128; }
        static bool detect(const std::string &);
 
-       virtual void load(Image::Data &);
+       virtual void load_(Image::Data &);
 };
 
 } // namespace Graphics