[Scummvm-cvs-logs] CVS: scummvm/simon simon.h,1.42,1.43

Max Horn fingolfin at users.sourceforge.net
Sat Jan 4 11:12:06 CET 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv31143/simon

Modified Files:
	simon.h 
Log Message:
use proper C++ now so that it compiles again on GCC 3

Index: simon.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- simon.h	3 Jan 2003 12:33:53 -0000	1.42
+++ simon.h	4 Jan 2003 19:11:45 -0000	1.43
@@ -103,8 +103,8 @@
 	File *_mus_file;
 	uint16 *_mus_offsets;
 
-	bool SimonState::readSting(uint a);
-	void SimonState::playSting(uint a);
+	bool readSting(uint a);
+	void playSting(uint a);
 	
 	byte *_vc_ptr;								/* video code ptr */
 





More information about the Scummvm-git-logs mailing list