mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
Don't assume TexturePtr is a class
This commit is contained in:
parent
9499ac4fd5
commit
1026e89810
1 changed files with 1 additions and 4 deletions
5
extern/sdl4ogre/cursormanager.hpp
vendored
5
extern/sdl4ogre/cursormanager.hpp
vendored
|
@ -4,10 +4,7 @@
|
||||||
#include <SDL_types.h>
|
#include <SDL_types.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
namespace Ogre
|
#include <OgrePrerequisites.h>
|
||||||
{
|
|
||||||
class TexturePtr;
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace SFO
|
namespace SFO
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue