X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fgui%2Ftouchscreengui.h;h=421f70963854509bdc77257ab59255e7686ac0d9;hb=2ae794ac4548b13e80f16455980522d8d39da07d;hp=5102f188bf913578599d838018e2ac71c05d7ff3;hpb=7ebc229b0d2d59e367b8ba64a41535d79fdd4204;p=minetest.git diff --git a/src/gui/touchscreengui.h b/src/gui/touchscreengui.h index 5102f188b..421f70963 100644 --- a/src/gui/touchscreengui.h +++ b/src/gui/touchscreengui.h @@ -27,7 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include #include "client/tile.h" -#include "game.h" +#include "client/game.h" using namespace irr; using namespace irr::core; @@ -81,7 +81,7 @@ typedef enum { #define BUTTON_REPEAT_DELAY 0.2f #define SETTINGS_BAR_Y_OFFSET 5 -#define RARE_CONTROLS_BAR_Y_OFFSET 4 +#define RARE_CONTROLS_BAR_Y_OFFSET 5 extern const char **touchgui_button_imagenames; extern const char **touchgui_joystick_imagenames;