OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
imagetosurface.hpp
Go to the documentation of this file.
1 #ifndef OPENMW_COMPONENTS_SDLUTIL_IMAGETOSURFACE_H
2 #define OPENMW_COMPONENTS_SDLUTIL_IMAGETOSURFACE_H
3 
4 struct SDL_Surface;
5 
6 namespace osg
7 {
8  class Image;
9 }
10 
11 namespace SDLUtil
12 {
13 
16  SDL_Surface* imageToSurface(osg::Image* image, bool flip=false);
17 
18 }
19 
20 #endif
SDL_Surface * imageToSurface(osg::Image *image, bool flip)
Definition: imagetosurface.cpp:9