mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +02:00
Clean up unused Forward Declarations (#16324)
This commit is contained in:
@@ -51,7 +51,6 @@ struct DigParams;
|
||||
struct HitParams;
|
||||
struct EnumString;
|
||||
struct NoiseParams;
|
||||
class Schematic;
|
||||
class ServerActiveObject;
|
||||
struct collisionMoveResult;
|
||||
namespace treegen { struct TreeDef; }
|
||||
|
@@ -11,7 +11,6 @@
|
||||
struct PointedThing;
|
||||
struct ItemStack;
|
||||
class ServerActiveObject;
|
||||
struct ItemDefinition;
|
||||
class LuaItemStack;
|
||||
class ModApiItem;
|
||||
class InventoryList;
|
||||
|
@@ -9,7 +9,6 @@
|
||||
#include "inventory.h"
|
||||
#include "inventorymanager.h"
|
||||
|
||||
class RemotePlayer;
|
||||
|
||||
/*
|
||||
InvRef
|
||||
|
@@ -6,7 +6,6 @@
|
||||
|
||||
#include "lua_api/l_base.h"
|
||||
|
||||
class AsyncEngine;
|
||||
|
||||
/** Implementation of lua api support for mainmenu */
|
||||
class ModApiMainMenu: public ModApiBase
|
||||
|
@@ -10,9 +10,9 @@
|
||||
typedef u16 biome_t; // copy from mg_biome.h to avoid an unnecessary include
|
||||
|
||||
class MMVManip;
|
||||
class BiomeManager;
|
||||
class BiomeGen;
|
||||
class Mapgen;
|
||||
class EmergeManager;
|
||||
|
||||
class ModApiMapgen : public ModApiBase
|
||||
{
|
||||
|
@@ -6,7 +6,6 @@
|
||||
|
||||
#include "lua_api/l_base.h"
|
||||
|
||||
class AsyncEngine;
|
||||
|
||||
class ModApiUtil : public ModApiBase
|
||||
{
|
||||
|
@@ -8,7 +8,6 @@
|
||||
#include "lua_api/l_base.h"
|
||||
|
||||
class Map;
|
||||
class MapBlock;
|
||||
class MMVManip;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user