mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
fix: some code tidy about includes & irr namespaces
This commit is contained in:
parent
48d5abd5be
commit
de85bc9227
14 changed files with 59 additions and 65 deletions
|
@ -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) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue