[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.h,1.44,1.45

Max Horn fingolfin at users.sourceforge.net
Fri Sep 5 13:19:04 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv25193

Modified Files:
	gfx.h 
Log Message:
fixed a warning from the IBM C++ compiler

Index: gfx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.h,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- gfx.h	25 Aug 2003 14:27:29 -0000	1.44
+++ gfx.h	5 Sep 2003 20:18:20 -0000	1.45
@@ -25,6 +25,8 @@
 
 #include "common/rect.h"
 
+class Scumm;
+
 enum {					/** Camera modes */
 	CM_NORMAL = 1,
 	CM_FOLLOW_ACTOR = 2,





More information about the Scummvm-git-logs mailing list