aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince/CEActionsSmartphone.h
diff options
context:
space:
mode:
authorCeRiAl2011-06-11 01:07:46 +0200
committerCeRiAl2011-06-11 23:29:52 +0200
commit781132aabcfd38cb14d517d1d4b2598d4bd5f791 (patch)
tree7a646679e489693670510a28a45ccd80b1d21592 /backends/platform/wince/CEActionsSmartphone.h
parent1c1786b16f34e4e998a5e1677427bdc75d318a93 (diff)
downloadscummvm-rg350-781132aabcfd38cb14d517d1d4b2598d4bd5f791.tar.gz
scummvm-rg350-781132aabcfd38cb14d517d1d4b2598d4bd5f791.tar.bz2
scummvm-rg350-781132aabcfd38cb14d517d1d4b2598d4bd5f791.zip
WINCE: Some cleanup (public vs. private scopes), fix freelook
Diffstat (limited to 'backends/platform/wince/CEActionsSmartphone.h')
-rw-r--r--backends/platform/wince/CEActionsSmartphone.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/wince/CEActionsSmartphone.h b/backends/platform/wince/CEActionsSmartphone.h
index 5535ce1350..3da46d3923 100644
--- a/backends/platform/wince/CEActionsSmartphone.h
+++ b/backends/platform/wince/CEActionsSmartphone.h
@@ -28,6 +28,7 @@
#include "common/str.h"
#include "gui/Key.h"
#include "gui/Actions.h"
+#include "backends/graphics/wincesdl/wincesdl-graphics.h"
#define SMARTPHONE_ACTION_VERSION 5
@@ -68,6 +69,7 @@ public:
~CEActionsSmartphone();
private:
CEActionsSmartphone();
+ WINCESdlGraphicsManager *_graphicsMan;
bool _right_click_needed;
OSystem_WINCE3 *_CESystem;
};