#ifndef GAME_CURSORREPLACE_H #define GAME_CURSORREPLACE_H #include namespace MWGui { /// \brief MyGUI does not support rotating cursors, so we have to do it manually class CursorReplace { public: CursorReplace(); }; } #endif