aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/CELauncherDialog.h
diff options
context:
space:
mode:
authorNicolas Bacca2004-03-03 22:31:28 +0000
committerNicolas Bacca2004-03-03 22:31:28 +0000
commit333d2da1da40d3547f823c5a20c8c586a7fc3c43 (patch)
tree32d16571c35f948a3896e38cf15a3c1c1d901688 /backends/wince/CELauncherDialog.h
parent96e910ea7205d78878e9b8eb9492f88099db778c (diff)
downloadscummvm-rg350-333d2da1da40d3547f823c5a20c8c586a7fc3c43.tar.gz
scummvm-rg350-333d2da1da40d3547f823c5a20c8c586a7fc3c43.tar.bz2
scummvm-rg350-333d2da1da40d3547f823c5a20c8c586a7fc3c43.zip
Add SDL information to track driver problems
svn-id: r13171
Diffstat (limited to 'backends/wince/CELauncherDialog.h')
-rw-r--r--backends/wince/CELauncherDialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/wince/CELauncherDialog.h b/backends/wince/CELauncherDialog.h
index c035ca4ec1..6617b0250b 100644
--- a/backends/wince/CELauncherDialog.h
+++ b/backends/wince/CELauncherDialog.h
@@ -32,6 +32,7 @@
class CELauncherDialog : public GUI::LauncherDialog {
public:
CELauncherDialog(GameDetector &detector);
+ virtual void handleCommand(GUI::CommandSender *sender, uint32 cmd, uint32 data);
protected:
void addGame();
void addCandidate(String &path, DetectedGameList &candidates);