mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Fix class/struct forward declaration inconsistencies (good on ya, MSVC)
This commit is contained in:
@@ -39,19 +39,19 @@ extern "C" {
|
||||
#include "irrlichttypes_bloated.h"
|
||||
#include "util/string.h"
|
||||
|
||||
class MapNode;
|
||||
struct MapNode;
|
||||
class INodeDefManager;
|
||||
class PointedThing;
|
||||
class ItemStack;
|
||||
class ItemDefinition;
|
||||
class ToolCapabilities;
|
||||
class ObjectProperties;
|
||||
class SimpleSoundSpec;
|
||||
class ServerSoundParams;
|
||||
struct PointedThing;
|
||||
struct ItemStack;
|
||||
struct ItemDefinition;
|
||||
struct ToolCapabilities;
|
||||
struct ObjectProperties;
|
||||
struct SimpleSoundSpec;
|
||||
struct ServerSoundParams;
|
||||
class Inventory;
|
||||
class NodeBox;
|
||||
class ContentFeatures;
|
||||
class TileDef;
|
||||
struct NodeBox;
|
||||
struct ContentFeatures;
|
||||
struct TileDef;
|
||||
class Server;
|
||||
struct DigParams;
|
||||
struct HitParams;
|
||||
|
Reference in New Issue
Block a user