mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Android build fixes for c++11
This commit is contained in:
parent
69247ca223
commit
22a891a925
15 changed files with 139 additions and 53 deletions
|
@ -28,6 +28,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include <memory>
|
||||
#include "util/numeric.h"
|
||||
|
||||
#if __ANDROID__
|
||||
#include <IVideoDriver.h>
|
||||
#endif
|
||||
|
||||
class IGameDef;
|
||||
struct TileSpec;
|
||||
struct TileDef;
|
||||
|
@ -153,7 +157,7 @@ public:
|
|||
IWritableTextureSource *createTextureSource();
|
||||
|
||||
#ifdef __ANDROID__
|
||||
video::IImage * Align2Npot2(video::IImage * image, video::IVideoDriver* driver);
|
||||
video::IImage * Align2Npot2(video::IImage * image, irr::video::IVideoDriver* driver);
|
||||
#endif
|
||||
|
||||
enum MaterialType{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue