Performance improvement: Use std::list instead of std::vector for request_media,...
[oweals/minetest.git] / src / wieldmesh.h
index 3b39dbfac3820d6eb9dc9b8e6ab680d57a731010..b7739f18c05b45b2f0baaadf501d84d2040f7a43 100644 (file)
@@ -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;