[Scummvm-cvs-logs] SF.net SVN: scummvm: [23992] scummvm/branches/branch-0-9-0/engines

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Tue Sep 26 08:09:39 CEST 2006


Revision: 23992
          http://svn.sourceforge.net/scummvm/?rev=23992&view=rev
Author:   eriktorbjorn
Date:     2006-09-25 23:09:29 -0700 (Mon, 25 Sep 2006)

Log Message:
-----------
Fixed compilation.

Modified Paths:
--------------
    scummvm/branches/branch-0-9-0/engines/queen/display.h
    scummvm/branches/branch-0-9-0/engines/queen/talk.cpp
    scummvm/branches/branch-0-9-0/engines/sky/logic.cpp
    scummvm/branches/branch-0-9-0/engines/sky/screen.h

Modified: scummvm/branches/branch-0-9-0/engines/queen/display.h
===================================================================
--- scummvm/branches/branch-0-9-0/engines/queen/display.h	2006-09-25 22:10:54 UTC (rev 23991)
+++ scummvm/branches/branch-0-9-0/engines/queen/display.h	2006-09-26 06:09:29 UTC (rev 23992)
@@ -28,6 +28,9 @@
 #include "queen/defs.h"
 
 class OSystem;
+namespace Common {
+	struct Rect;
+}
 
 namespace Queen {
 

Modified: scummvm/branches/branch-0-9-0/engines/queen/talk.cpp
===================================================================
--- scummvm/branches/branch-0-9-0/engines/queen/talk.cpp	2006-09-25 22:10:54 UTC (rev 23991)
+++ scummvm/branches/branch-0-9-0/engines/queen/talk.cpp	2006-09-26 06:09:29 UTC (rev 23992)
@@ -21,6 +21,7 @@
  */
 
 #include "common/stdafx.h"
+#include "common/rect.h"
 #include "queen/talk.h"
 
 #include "queen/bankman.h"

Modified: scummvm/branches/branch-0-9-0/engines/sky/logic.cpp
===================================================================
--- scummvm/branches/branch-0-9-0/engines/sky/logic.cpp	2006-09-25 22:10:54 UTC (rev 23991)
+++ scummvm/branches/branch-0-9-0/engines/sky/logic.cpp	2006-09-26 06:09:29 UTC (rev 23992)
@@ -22,6 +22,7 @@
 
 #include "common/stdafx.h"
 #include "common/endian.h"
+#include "common/rect.h"
 
 #include "sky/autoroute.h"
 #include "sky/compact.h"

Modified: scummvm/branches/branch-0-9-0/engines/sky/screen.h
===================================================================
--- scummvm/branches/branch-0-9-0/engines/sky/screen.h	2006-09-25 22:10:54 UTC (rev 23991)
+++ scummvm/branches/branch-0-9-0/engines/sky/screen.h	2006-09-26 06:09:29 UTC (rev 23992)
@@ -28,6 +28,9 @@
 #include "sky/skydefs.h"
 
 class OSystem;
+namespace Common {
+	struct Rect;
+}
 
 namespace Sky {
 


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