summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h
index 11f27e9bd..caa3a7b73 100644
--- a/src/client.h
+++ b/src/client.h
@@ -30,7 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "gamedef.h"
#include "inventorymanager.h"
#include "localplayer.h"
-#include "hud.h"
+#include "client/hud.h"
#include "particles.h"
#include "mapnode.h"
#include "tileanimation.h"
@@ -554,6 +554,10 @@ private:
// And relations to objects
std::unordered_map<int, u16> m_sounds_to_objects;
+ // HUD
+ // Mapping from server hud ids to internal hud ids
+ std::unordered_map<u32, u32> m_hud_server_to_client;
+
// Privileges
std::unordered_set<std::string> m_privileges;