Fixed warnings with Visual studio

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8664 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2011-05-22 19:30:24 +00:00
parent 357af5a27d
commit b31cca3ccd
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@
#include <SColor.h>
namespace irr
{
namespace video { class ITexture; class S3DVertex; }
namespace video { class ITexture; struct S3DVertex; }
}
using namespace irr;

View File

@@ -25,7 +25,7 @@
namespace irr
{
namespace video { class S3DVertex; }
namespace video { struct S3DVertex; }
}
using namespace irr;