[Scummvm-cvs-logs] SF.net SVN: scummvm: [26411] scummvm/trunk/backends/platform/wince/ wince-sdl.cpp
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Sun Apr 8 00:15:17 CEST 2007
Revision: 26411
http://scummvm.svn.sourceforge.net/scummvm/?rev=26411&view=rev
Author: fingolfin
Date: 2007-04-07 15:15:16 -0700 (Sat, 07 Apr 2007)
Log Message:
-----------
Added missing common/events.h include and added a FIXME comment
Modified Paths:
--------------
scummvm/trunk/backends/platform/wince/wince-sdl.cpp
Modified: scummvm/trunk/backends/platform/wince/wince-sdl.cpp
===================================================================
--- scummvm/trunk/backends/platform/wince/wince-sdl.cpp 2007-04-07 17:18:16 UTC (rev 26410)
+++ scummvm/trunk/backends/platform/wince/wince-sdl.cpp 2007-04-07 22:15:16 UTC (rev 26411)
@@ -21,34 +21,42 @@
*/
#include "common/stdafx.h"
-#include "wince-sdl.h"
+#include "backends/platform/wince/wince-sdl.h"
+#include "common/config-manager.h"
+#include "common/events.h"
#include "common/util.h"
+#include "common/timer.h"
+
#include "engines/engine.h"
+
#include "base/main.h"
#include "base/plugins.h"
-#include "common/timer.h"
+
#include "sound/mixer.h"
+#include "sound/fmopl.h"
-#include "common/config-manager.h"
#include "backends/timer/default/default-timer.h"
-#include "scumm/scumm.h"
+// FIXME: The following #include is necessary for the evil _monkeyKeyboard hack.
+// Fingolfin says: It would be a lot better to get this resolved in a cleaner way.
+// E.g. by using setFeatureState in the SCUMM engine in the appropriate place.
+// Even an "#ifdef WINCE" in the SCUMM engine would probably be nicer than this :/
+#include "engines/scumm/scumm.h"
-#include "resource.h"
+#include "backends/platform/wince/resource.h"
#include "gui/Actions.h"
-#include "CEActionsPocket.h"
-#include "CEActionsSmartphone.h"
-#include "ItemAction.h"
#include "gui/KeysDialog.h"
-
#include "gui/message.h"
-#include "sound/fmopl.h"
+#include "backends/platform/wince/CEActionsPocket.h"
+#include "backends/platform/wince/CEActionsSmartphone.h"
+#include "backends/platform/wince/CEgui/ItemAction.h"
-#include "CEException.h"
+#include "backends/platform/wince/CEException.h"
+
#ifdef USE_VORBIS
#ifndef USE_TREMOR
#include <vorbis/vorbisfile.h>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list