[Scummvm-cvs-logs] SF.net SVN: scummvm:[38865] scummvm/trunk/engines/sci

jvprat at users.sourceforge.net jvprat at users.sourceforge.net
Tue Feb 24 23:33:40 CET 2009


Revision: 38865
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38865&view=rev
Author:   jvprat
Date:     2009-02-24 22:33:39 +0000 (Tue, 24 Feb 2009)

Log Message:
-----------
Removed some non-required struct declarations

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/seg_manager.h
    scummvm/trunk/engines/sci/engine/vm.h
    scummvm/trunk/engines/sci/include/script.h
    scummvm/trunk/engines/sci/include/vocabulary.h

Modified: scummvm/trunk/engines/sci/engine/seg_manager.h
===================================================================
--- scummvm/trunk/engines/sci/engine/seg_manager.h	2009-02-24 22:25:39 UTC (rev 38864)
+++ scummvm/trunk/engines/sci/engine/seg_manager.h	2009-02-24 22:33:39 UTC (rev 38865)
@@ -30,8 +30,6 @@
 
 namespace Sci {
 
-struct IntMapper;	// from intmap.h
-
 // SCRIPT_ID must be 0
 enum idFlag {
 	SCRIPT_ID,

Modified: scummvm/trunk/engines/sci/engine/vm.h
===================================================================
--- scummvm/trunk/engines/sci/engine/vm.h	2009-02-24 22:25:39 UTC (rev 38864)
+++ scummvm/trunk/engines/sci/engine/vm.h	2009-02-24 22:33:39 UTC (rev 38865)
@@ -37,8 +37,6 @@
 
 namespace Sci {
 
-struct IntMapper;	// from intmap.h
-
 #define VM_STACK_SIZE 0x1000
 /* Number of bytes to be allocated for the stack */
 

Modified: scummvm/trunk/engines/sci/include/script.h
===================================================================
--- scummvm/trunk/engines/sci/include/script.h	2009-02-24 22:25:39 UTC (rev 38864)
+++ scummvm/trunk/engines/sci/include/script.h	2009-02-24 22:33:39 UTC (rev 38865)
@@ -30,9 +30,6 @@
 
 namespace Sci {
 
-struct EngineState;
-struct ResourceManager;
-
 /*#define SCRIPT_DEBUG */
 
 #define SCI_SCRIPTS_NR 1000

Modified: scummvm/trunk/engines/sci/include/vocabulary.h
===================================================================
--- scummvm/trunk/engines/sci/include/vocabulary.h	2009-02-24 22:25:39 UTC (rev 38864)
+++ scummvm/trunk/engines/sci/include/vocabulary.h	2009-02-24 22:33:39 UTC (rev 38865)
@@ -31,8 +31,6 @@
 
 namespace Sci {
 
-struct ResourceManager;
-
 /*#define VOCABULARY_DEBUG */
 /*#define SCI_SIMPLE_SAID_CODE */ /* Whether the simplified Said() matching should be used */
 /*#define SCI_SIMPLE_SAID_DEBUG */ /* uncomment to enable simple said debugging */


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