1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00: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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 354 additions and 328 deletions

View file

@ -25,7 +25,7 @@
#include "client/renderingengine.h"
#include "client/joystick_controller.h"
#include "log.h"
#include "client/hud.h" // drawItemStack
#include "drawItemStack.h"
#include "filesys.h"
#include "gettime.h"
#include "gettext.h"