mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 09:25:37 +02:00
Fix class/struct forward declaration inconsistencies (good on ya, MSVC)
This commit is contained in:
@@ -24,7 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#include "cpp_api/s_item.h"
|
||||
#include "irr_v3d.h"
|
||||
|
||||
class ItemStack;
|
||||
struct ItemStack;
|
||||
|
||||
class ScriptApiNodemeta
|
||||
: virtual public ScriptApiBase,
|
||||
|
Reference in New Issue
Block a user