mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +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
|
@ -35,7 +35,6 @@ class ISoundManager;
|
|||
class IWritableItemDefManager;
|
||||
class IWritableShaderSource;
|
||||
class IWritableTextureSource;
|
||||
class MapBlockMesh;
|
||||
class MapDatabase;
|
||||
class MeshUpdateManager;
|
||||
class Minimap;
|
||||
|
@ -51,12 +50,14 @@ struct ClientDynamicInfo;
|
|||
struct ClientEvent;
|
||||
struct MapDrawControl;
|
||||
struct MapNode;
|
||||
struct MeshMakeData;
|
||||
struct MinimapMapblock;
|
||||
struct PlayerControl;
|
||||
struct PointedThing;
|
||||
struct ItemVisualsManager;
|
||||
|
||||
namespace scene {
|
||||
class IAnimatedMesh;
|
||||
}
|
||||
|
||||
namespace con {
|
||||
class IConnection;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue