]> git.tdb.fi Git - libs/gui.git/blob - source/graphics/image_devil.h
Implement graphical reporting for uncaught exceptions
[libs/gui.git] / source / graphics / image_devil.h
1 #ifndef MSP_GRAPHICS_IMAGE_DEVIL_H_
2 #define MSP_GRAPHICS_IMAGE_DEVIL_H_
3
4 #include "image.h"
5
6 namespace Msp {
7 namespace Graphics {
8
9 #ifdef WITH_DEVIL
10 void load_devil_file(const std::string &, Image::Private &);
11 void load_devil_io(IO::Base &, Image::Private &, const char *, unsigned);
12 #endif
13
14 } // namespace Graphics
15 } // namespace Msp
16
17 #endif