OpenMW
libs/openengine/ogre/imagerotate.hpp
Go to the documentation of this file.
00001 #ifndef OENGINE_OGRE_IMAGEROTATE_HPP
00002 #define OENGINE_OGRE_IMAGEROTATE_HPP
00003 
00004 #include <string>
00005 
00006 namespace OEngine
00007 {
00008 namespace Render
00009 {
00010 
00013     class ImageRotate
00014     {
00015     public:
00021         static void rotate(const std::string& sourceImage, const std::string& destImage, const float angle);
00022     };
00023 
00024 }
00025 }
00026 
00027 #endif