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 &);
19 static unsigned get_signature_size() { return 128; }
20 static bool detect(const std::string &);
22 void load_headers_(Image::Data &) override;
23 void load_pixels_(Image::Data &) override;
26 } // namespace Graphics