forked from Mirrorlandia_minetest/minetest
Fix Android build errors (caused by 5f1cd55)
After commit 5f1cd55 touchscreengui.* files were pointing to old file locations
This commit is contained in:
parent
a7025c7273
commit
94f2d99142
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user