aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/android/texture.h')
-rw-r--r--backends/platform/android/texture.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/backends/platform/android/texture.h b/backends/platform/android/texture.h
index 925418721b..d825357760 100644
--- a/backends/platform/android/texture.h
+++ b/backends/platform/android/texture.h
@@ -330,6 +330,12 @@ public:
virtual ~GLESFakePalette565Texture();
};
+class GLESFakePalette5551Texture : public GLESFakePaletteTexture {
+public:
+ GLESFakePalette5551Texture();
+ virtual ~GLESFakePalette5551Texture();
+};
+
#endif
#endif