[Scummvm-cvs-logs] CVS: scummvm/scumm help.h,1.9,1.10

kirben kirben at users.sourceforge.net
Sat Jan 14 01:41:00 CET 2006


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24339/scumm

Modified Files:
	help.h 
Log Message:

Should have commited this too.


Index: help.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/help.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- help.h	18 Oct 2005 01:30:20 -0000	1.9
+++ help.h	14 Jan 2006 09:40:00 -0000	1.10
@@ -34,8 +34,8 @@
 
 public:
 	static int numPages(byte gameId);
-	static void updateStrings(byte gameId, byte version, int page,
-			String &title, String *&key, String *&dsc);
+	static void updateStrings(byte gameId, byte version, Common::Platform platform,
+			int page, String &title, String *&key, String *&dsc);
 };
 
 } // End of namespace Scumm





More information about the Scummvm-git-logs mailing list