1 #ifndef MSP_GRAPHICS_DEVILLOADER_H_
2 #define MSP_GRAPHICS_DEVILLOADER_H_
4 #include <msp/graphics/imageloader.h>
9 class DevilLoader: public ImageLoader
16 DevilLoader(IO::Seekable &);
17 virtual ~DevilLoader();
19 static unsigned get_signature_size() { return 128; }
20 static bool detect(const std::string &);
22 virtual void load(Image::Data &);
25 } // namespace Graphics