mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-16 18:01:40 +00:00
Clean up unused Forward Declarations (#16324)
This commit is contained in:
parent
60cd83a332
commit
93dd22b901
67 changed files with 12 additions and 127 deletions
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace scene
|
||||
{
|
||||
class IDummyTransformationSceneNode;
|
||||
|
||||
class CAnimatedMeshSceneNode : public IAnimatedMeshSceneNode
|
||||
{
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
namespace io
|
||||
{
|
||||
|
||||
class CZipReader;
|
||||
|
||||
/*!
|
||||
FileSystem which uses normal files and one zipfile
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#include "IReadFile.h"
|
||||
#include "irrString.h"
|
||||
|
||||
class CUnicodeConverter;
|
||||
|
||||
namespace io
|
||||
{
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
|
||||
#include "SIrrCreationParameters.h"
|
||||
|
||||
class CIrrDeviceWin32;
|
||||
class CIrrDeviceLinux;
|
||||
class CIrrDeviceSDL;
|
||||
class CIrrDeviceMacOSX;
|
||||
|
||||
#ifdef _IRR_COMPILE_WITH_OPENGL_
|
||||
|
||||
|
|
|
@ -12,10 +12,6 @@
|
|||
#include "irrArray.h"
|
||||
#include "IMeshLoader.h"
|
||||
|
||||
namespace io
|
||||
{
|
||||
class IFileSystem;
|
||||
}
|
||||
namespace scene
|
||||
{
|
||||
class IMeshCache;
|
||||
|
|
|
@ -14,7 +14,6 @@ class IReadFile;
|
|||
} // end namespace io
|
||||
namespace scene
|
||||
{
|
||||
class IMeshManipulator;
|
||||
|
||||
//! Meshloader capable of loading x meshes.
|
||||
class CXMeshFileLoader : public IMeshLoader
|
||||
|
|
|
@ -22,7 +22,6 @@ namespace video
|
|||
|
||||
// Forward declarations.
|
||||
|
||||
class COpenGLCoreFeature;
|
||||
|
||||
template <class TOpenGLDriver>
|
||||
class COpenGLCoreTexture;
|
||||
|
@ -38,7 +37,6 @@ typedef COpenGLCoreTexture<COpenGL3DriverBase> COpenGL3Texture;
|
|||
typedef COpenGLCoreRenderTarget<COpenGL3DriverBase, COpenGL3Texture> COpenGL3RenderTarget;
|
||||
typedef COpenGLCoreCacheHandler<COpenGL3DriverBase, COpenGL3Texture> COpenGL3CacheHandler;
|
||||
|
||||
class OpenGLVBO;
|
||||
|
||||
enum OpenGLSpec : u8
|
||||
{
|
||||
|
|
|
@ -20,7 +20,6 @@ namespace video
|
|||
{
|
||||
struct VertexType;
|
||||
|
||||
class COpenGL3FixedPipelineRenderer;
|
||||
class COpenGL3Renderer2D;
|
||||
|
||||
class COpenGL3DriverBase : public CNullDriver, public IMaterialRendererServices, public COpenGL3ExtensionHandler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue