1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-11 20:35:25 +01:00

Move drawItemStack out of hud.h/cpp (#15868)

This commit is contained in:
cx384
2025-03-11 10:00:04 +01:00
committed by GitHub
parent dadd097f32
commit b9ed4793ea
10 changed files with 354 additions and 328 deletions

View File

@@ -5,7 +5,7 @@
#include "guiHyperText.h"
#include "guiScrollBar.h"
#include "client/fontengine.h"
#include "client/hud.h" // drawItemStack
#include "drawItemStack.h"
#include "IVideoDriver.h"
#include "client/client.h"
#include "client/renderingengine.h"