aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/tizen/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/tizen/graphics.h')
-rw-r--r--backends/platform/tizen/graphics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/tizen/graphics.h b/backends/platform/tizen/graphics.h
index 1ed8a7c653..29ba86a3c4 100644
--- a/backends/platform/tizen/graphics.h
+++ b/backends/platform/tizen/graphics.h
@@ -44,6 +44,8 @@ public:
TizenGraphicsManager(TizenAppForm *appForm);
virtual ~TizenGraphicsManager();
+ result Construct();
+
Common::List<Graphics::PixelFormat> getSupportedFormats() const;
bool hasFeature(OSystem::Feature f);
void setFeatureState(OSystem::Feature f, bool enable);