aboutsummaryrefslogtreecommitdiff
path: root/src/client/renderingengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/renderingengine.h')
-rw-r--r--src/client/renderingengine.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/client/renderingengine.h b/src/client/renderingengine.h
index 1fd85f5ef..28ddc8652 100644
--- a/src/client/renderingengine.h
+++ b/src/client/renderingengine.h
@@ -26,9 +26,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "irrlichttypes_extrabloated.h"
#include "debug.h"
-namespace irr { namespace scene {
-class IMesh;
-}}
class ITextureSource;
class Camera;
class Client;
@@ -60,7 +57,7 @@ public:
static bool print_video_modes();
void cleanupMeshCache();
- void removeMesh(const irr::scene::IMesh* mesh);
+ void removeMesh(const scene::IMesh* mesh);
static v2u32 getWindowSize()
{