[Scummvm-cvs-logs] SF.net SVN: scummvm:[48430] scummvm/branches/branch-1-1-0/engines/agi/agi. cpp

agent-q at users.sourceforge.net agent-q at users.sourceforge.net
Wed Mar 31 00:13:29 CEST 2010


Revision: 48430
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48430&view=rev
Author:   agent-q
Date:     2010-03-30 22:13:29 +0000 (Tue, 30 Mar 2010)

Log Message:
-----------
DS: Include correct header for agi controls mode setting

Modified Paths:
--------------
    scummvm/branches/branch-1-1-0/engines/agi/agi.cpp

Modified: scummvm/branches/branch-1-1-0/engines/agi/agi.cpp
===================================================================
--- scummvm/branches/branch-1-1-0/engines/agi/agi.cpp	2010-03-30 22:12:28 UTC (rev 48429)
+++ scummvm/branches/branch-1-1-0/engines/agi/agi.cpp	2010-03-30 22:13:29 UTC (rev 48430)
@@ -23,6 +23,10 @@
  *
  */
 
+#ifdef __DS__
+#include "dsmain.h"
+#endif
+
 #include "common/md5.h"
 #include "common/events.h"
 #include "common/EventRecorder.h"
@@ -44,6 +48,7 @@
 #include "agi/keyboard.h"
 #include "agi/menu.h"
 
+
 namespace Agi {
 
 void AgiEngine::allowSynthetic(bool allow) {


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