mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Fix struct vs. class in forward declarations
This commit is contained in:
@@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#include "irrlichttypes_extrabloated.h"
|
||||
#include <string>
|
||||
|
||||
class ItemStack;
|
||||
struct ItemStack;
|
||||
class IGameDef;
|
||||
class ITextureSource;
|
||||
struct TileSpec;
|
||||
|
Reference in New Issue
Block a user