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:
parent
6a71095655
commit
bed36139db
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue