1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02: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

View File

@@ -11,7 +11,7 @@
#include "util/basic_macros.h" #include "util/basic_macros.h"
class Client; class Client;
class ItemStack; struct ItemStack;
typedef std::vector<video::SColor> Palette; // copied from src/client/texturesource.h typedef std::vector<video::SColor> Palette; // copied from src/client/texturesource.h
namespace irr::video { class ITexture; } namespace irr::video { class ITexture; }