aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/maemo/maemo.h
diff options
context:
space:
mode:
authorTarek Soliman2012-02-09 01:26:23 -0600
committerTarek Soliman2012-02-12 13:28:13 -0600
commite52f75eaa40b6a8f6f0db3a14a7dabf2e54506d3 (patch)
treeff2ead1b0e4a5c1e475811128f93ec019805c3d3 /backends/platform/maemo/maemo.h
parent52da780fbc10200b91d92e7cd04932b101c7539b (diff)
downloadscummvm-rg350-e52f75eaa40b6a8f6f0db3a14a7dabf2e54506d3.tar.gz
scummvm-rg350-e52f75eaa40b6a8f6f0db3a14a7dabf2e54506d3.tar.bz2
scummvm-rg350-e52f75eaa40b6a8f6f0db3a14a7dabf2e54506d3.zip
MAEMO: Define HardwareKeySet
Diffstat (limited to 'backends/platform/maemo/maemo.h')
-rw-r--r--backends/platform/maemo/maemo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/maemo/maemo.h b/backends/platform/maemo/maemo.h
index 32b52470bc..44b84cd9b5 100644
--- a/backends/platform/maemo/maemo.h
+++ b/backends/platform/maemo/maemo.h
@@ -39,6 +39,7 @@ public:
virtual void fatalError();
virtual void setWindowCaption(const char *caption);
virtual void setupIcon();
+ virtual Common::HardwareKeySet *getHardwareKeySet();
Model getModel() { return _model; }