summaryrefslogtreecommitdiff
path: root/src/client/tile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/tile.h')
-rw-r--r--src/client/tile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/tile.h b/src/client/tile.h
index 3021e119d..3a3ec58a3 100644
--- a/src/client/tile.h
+++ b/src/client/tile.h
@@ -135,6 +135,7 @@ public:
IWritableTextureSource *createTextureSource();
#if ENABLE_GLES
+bool hasNPotSupport();
video::IImage * Align2Npot2(video::IImage * image, irr::video::IVideoDriver* driver);
#endif