]> git.tdb.fi Git - libs/gui.git/blob - source/graphics/image_devil.h
Put (most of) DevIL code in its own file
[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_mem(const void *, unsigned, Image::Private &);
12 #endif
13
14 } // namespace Graphics
15 } // namespace Msp
16
17 #endif