1
0
Fork 1
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:
Chris Robinson 2013-08-29 17:40:21 -07:00
parent 9499ac4fd5
commit 1026e89810

View file

@ -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
{ {