mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 08:05:18 +02:00
Fix struct forward declaration
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include "util/basic_macros.h"
|
||||
|
||||
class Client;
|
||||
class ItemStack;
|
||||
struct ItemStack;
|
||||
typedef std::vector<video::SColor> Palette; // copied from src/client/texturesource.h
|
||||
namespace irr::video { class ITexture; }
|
||||
|
||||
|
Reference in New Issue
Block a user