1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix struct forward declaration

This commit is contained in:
cx384 2025-04-07 01:38:32 +02:00 committed by GitHub
parent 6a71095655
commit bed36139db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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; }