]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/devil/devilloader.h
Register image loaders more explicitly
[libs/gui.git] / source / graphics / devil / devilloader.h
index 3b933ae2ff0cc9c0e52de2a7161a91b2c277f8e1..42ac2b2559516acc1058a990134bd98c00314baf 100644 (file)
@@ -16,6 +16,7 @@ public:
        DevilLoader(IO::Seekable &);
        virtual ~DevilLoader();
 
+       static unsigned get_signature_size() { return 128; }
        static bool detect(const std::string &);
 
        virtual void load(Image::Data &);