Skip to content

Commit 94f2d99

Browse files
juozaspoSmallJoker
authored andcommittedDec 3, 2018
Fix Android build errors (caused by 5f1cd55)
After commit 5f1cd55 touchscreengui.* files were pointing to old file locations
1 parent a7025c7 commit 94f2d99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎src/gui/touchscreengui.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
2222
#include "irrlichttypes.h"
2323
#include "irr_v2d.h"
2424
#include "log.h"
25-
#include "keycode.h"
25+
#include "client/keycode.h"
2626
#include "settings.h"
2727
#include "gettime.h"
2828
#include "util/numeric.h"
2929
#include "porting.h"
30-
#include "guiscalingfilter.h"
30+
#include "client/guiscalingfilter.h"
3131

3232
#include <iostream>
3333
#include <algorithm>

‎src/gui/touchscreengui.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
2727
#include <vector>
2828

2929
#include "client/tile.h"
30-
#include "game.h"
30+
#include "client/game.h"
3131

3232
using namespace irr;
3333
using namespace irr::core;

0 commit comments

Comments
 (0)
Please sign in to comment.