1 #ifndef MSP_GRAPHICS_DEVILLOADER_H_
2 #define MSP_GRAPHICS_DEVILLOADER_H_
4 #include <msp/graphics/imageloader.h>
9 class DevilLoader: public ImageLoader
13 std::string signature;
17 DevilLoader(IO::Base &, const std::string &);
18 virtual ~DevilLoader();
20 static bool detect(const std::string &);
22 virtual void load(Image::Data &);
25 } // namespace Graphics