mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +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
|
@ -356,7 +356,7 @@ public:
|
|||
void setCamera(Camera* camera) { m_camera = camera; }
|
||||
|
||||
Camera* getCamera () { return m_camera; }
|
||||
irr::scene::ISceneManager *getSceneManager();
|
||||
scene::ISceneManager *getSceneManager();
|
||||
|
||||
bool shouldShowMinimap() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue