[Scummvm-cvs-logs] CVS: scummvm/dc dc.h,1.1,1.2

Marcus Comstedt marcus_c at users.sourceforge.net
Sat Feb 2 15:34:02 CET 2002


Update of /cvsroot/scummvm/scummvm/dc
In directory usw-pr-cvs1:/tmp/cvs-serv10675

Modified Files:
	dc.h 
Log Message:
Keep a copy of the game icon, for savegame purposes.

Index: dc.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/dc/dc.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** dc.h	2002/02/02 15:44:27	1.1
--- dc.h	2002/02/02 23:33:24	1.2
***************
*** 4,7 ****
  			byte &leftBtnPressed, byte &rightBtnPressed,
  			int &keyPressed);
! extern bool selectGame(Scumm *s, char *&);
  
--- 4,7 ----
  			byte &leftBtnPressed, byte &rightBtnPressed,
  			int &keyPressed);
! extern bool selectGame(Scumm *s, char *&, class Icon &);
  





More information about the Scummvm-git-logs mailing list