New attempt at fixing compilation, thanks to KroArtem

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8669 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
magned 2011-05-22 21:55:17 +00:00
parent 52f574f72f
commit b1d8c96dc9
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
#include "utils/string_utils.hpp"
#include <ITexture.h>
#include <Smaterial.h>
#include <SMaterial.h>
#include <IMeshBuffer.h>
MaterialManager *material_manager=0;

View File

@ -35,8 +35,8 @@ using namespace irr;
#include <ISceneManager.h>
#include <IMeshManipulator.h>
#include <ImeshBuffer.h>
#include <Smaterial.h>
#include <IMeshBuffer.h>
#include <SMaterial.h>
// -----------------------------------------------------------------------------
PhysicalObject::PhysicalObject(const XMLNode &xml_node)