mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
fix: some code tidy about includes & irr namespaces
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user