From 9649e4721467dab348011633c814a63a184bd018 Mon Sep 17 00:00:00 2001 From: red-001 Date: Sat, 20 Jan 2018 13:09:58 +0000 Subject: [CSM] Add basic HUD manipulation. (#6067) * [CSM] Add basic HUD manipulation. Workaround for on_connect not working right now. --- src/client/render/sidebyside.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/render') diff --git a/src/client/render/sidebyside.cpp b/src/client/render/sidebyside.cpp index d2c171794..b63e49dea 100644 --- a/src/client/render/sidebyside.cpp +++ b/src/client/render/sidebyside.cpp @@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "sidebyside.h" #include -#include "hud.h" +#include "client/hud.h" RenderingCoreSideBySide::RenderingCoreSideBySide( IrrlichtDevice *_device, Client *_client, Hud *_hud, bool _horizontal) -- cgit v1.2.3