mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Fix class/struct forward declaration inconsistencies (good on ya, MSVC)
This commit is contained in:
@@ -23,10 +23,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#include "cpp_api/s_base.h"
|
||||
#include "irr_v3d.h"
|
||||
|
||||
class PointedThing;
|
||||
class ItemStack;
|
||||
struct PointedThing;
|
||||
struct ItemStack;
|
||||
class ServerActiveObject;
|
||||
class ItemDefinition;
|
||||
struct ItemDefinition;
|
||||
class LuaItemStack;
|
||||
class ModApiItemMod;
|
||||
|
||||
|
Reference in New Issue
Block a user