aboutsummaryrefslogtreecommitdiff
path: root/src/client/clientobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/clientobject.h')
-rw-r--r--src/client/clientobject.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/client/clientobject.h b/src/client/clientobject.h
index dbc2f22cf..b192f0dcd 100644
--- a/src/client/clientobject.h
+++ b/src/client/clientobject.h
@@ -33,17 +33,13 @@ class LocalPlayer;
struct ItemStack;
class WieldMeshSceneNode;
-namespace irr { namespace scene {
- class ISceneManager;
-}}
-
class ClientActiveObject : public ActiveObject
{
public:
ClientActiveObject(u16 id, Client *client, ClientEnvironment *env);
virtual ~ClientActiveObject();
- virtual void addToScene(ITextureSource *tsrc, irr::scene::ISceneManager *smgr) = 0;
+ virtual void addToScene(ITextureSource *tsrc, scene::ISceneManager *smgr) = 0;
virtual void removeFromScene(bool permanent) {}
virtual void updateLight(u32 day_night_ratio) {}