aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/CEActionsSmartphone.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/wince/CEActionsSmartphone.h')
-rw-r--r--backends/wince/CEActionsSmartphone.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/backends/wince/CEActionsSmartphone.h b/backends/wince/CEActionsSmartphone.h
index 56f1d43e1c..d408398e29 100644
--- a/backends/wince/CEActionsSmartphone.h
+++ b/backends/wince/CEActionsSmartphone.h
@@ -30,7 +30,6 @@
#include "common/system.h"
-#include "base/gameDetector.h"
#include "wince-sdl.h"
#include "gui/Key.h"
@@ -61,7 +60,7 @@ class CEActionsSmartphone : public GUI::Actions {
bool perform(GUI::ActionType action, bool pushed = true);
String actionName(GUI::ActionType action);
int size();
- static void init(GameDetector &detector);
+ static void init(const Common::String &gameid);
void initInstanceMain(OSystem *mainSystem);
void initInstanceGame();
@@ -71,7 +70,7 @@ class CEActionsSmartphone : public GUI::Actions {
~CEActionsSmartphone();
private:
- CEActionsSmartphone(GameDetector &detector);
+ CEActionsSmartphone(const Common::String &gameid);
bool _right_click_needed;
OSystem_WINCE3 *_CESystem;
};