aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince/CEActionsSmartphone.h
diff options
context:
space:
mode:
authorMax Horn2010-10-31 17:10:45 +0000
committerMax Horn2010-10-31 17:10:45 +0000
commit086fe78af1b0d16d1902c8f9351e1dc7c103241b (patch)
treefe6248a0336b77457e2b87fe1476951cffa9ecd1 /backends/platform/wince/CEActionsSmartphone.h
parentae829727da27a889ce8590bdc08d20c52833af20 (diff)
downloadscummvm-rg350-086fe78af1b0d16d1902c8f9351e1dc7c103241b.tar.gz
scummvm-rg350-086fe78af1b0d16d1902c8f9351e1dc7c103241b.tar.bz2
scummvm-rg350-086fe78af1b0d16d1902c8f9351e1dc7c103241b.zip
WINCE: Enable use of forbidden symbols, cleanup
I tried to untangle the header interdependencies a bit, but this is still quite a mess. This commit also fixes some warnings. svn-id: r53978
Diffstat (limited to 'backends/platform/wince/CEActionsSmartphone.h')
-rw-r--r--backends/platform/wince/CEActionsSmartphone.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/platform/wince/CEActionsSmartphone.h b/backends/platform/wince/CEActionsSmartphone.h
index 36797cd2c8..d7a6f535b6 100644
--- a/backends/platform/wince/CEActionsSmartphone.h
+++ b/backends/platform/wince/CEActionsSmartphone.h
@@ -28,7 +28,7 @@
#include "common/scummsys.h"
#include "common/system.h"
-#include "wince-sdl.h"
+#include "common/str.h"
#include "gui/Key.h"
#include "gui/Actions.h"
@@ -58,14 +58,14 @@ class CEActionsSmartphone : public GUI::Actions {
public:
// Actions
bool perform(GUI::ActionType action, bool pushed = true);
- String actionName(GUI::ActionType action);
+ Common::String actionName(GUI::ActionType action);
int size();
static void init();
void initInstanceMain(OSystem *mainSystem);
void initInstanceGame();
// Action domain
- String domain();
+ Common::String domain();
int version();
~CEActionsSmartphone();