[Scummvm-cvs-logs] SF.net SVN: scummvm:[55683] scummvm/trunk/engines/saga/resource.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Jan 31 15:05:47 CET 2011


Revision: 55683
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55683&view=rev
Author:   thebluegr
Date:     2011-01-31 14:05:47 +0000 (Mon, 31 Jan 2011)

Log Message:
-----------
SAGA: Fixed compilation with MSVC

Modified Paths:
--------------
    scummvm/trunk/engines/saga/resource.h

Modified: scummvm/trunk/engines/saga/resource.h
===================================================================
--- scummvm/trunk/engines/saga/resource.h	2011-01-31 13:29:19 UTC (rev 55682)
+++ scummvm/trunk/engines/saga/resource.h	2011-01-31 14:05:47 UTC (rev 55683)
@@ -28,6 +28,7 @@
 #ifndef SAGA_RESOURCE_H
 #define SAGA_RESOURCE_H
 
+#include "common/array.h"
 #include "common/file.h"
 #include "common/list.h"
 
@@ -39,6 +40,9 @@
 
 #define RSC_MIN_FILESIZE (RSC_TABLEINFO_SIZE + RSC_TABLEENTRY_SIZE + 1)
 
+class SagaEngine;
+class ByteArray;
+
 struct PatchData {
 	Common::File *_patchFile;
 	const char *_fileName;


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