Fix Android build errors (caused by 5f1cd55)

After commit 5f1cd55 touchscreengui.* files were pointing to old file locations
This commit is contained in:
Juozas 2018-12-03 20:31:20 +02:00 committed by SmallJoker
parent a7025c7273
commit 94f2d99142
2 changed files with 3 additions and 3 deletions

View File

@ -22,12 +22,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "irrlichttypes.h"
#include "irr_v2d.h"
#include "log.h"
#include "keycode.h"
#include "client/keycode.h"
#include "settings.h"
#include "gettime.h"
#include "util/numeric.h"
#include "porting.h"
#include "guiscalingfilter.h"
#include "client/guiscalingfilter.h"
#include <iostream>
#include <algorithm>

View File

@ -27,7 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <vector>
#include "client/tile.h"
#include "game.h"
#include "client/game.h"
using namespace irr;
using namespace irr::core;