[Scummvm-cvs-logs] CVS: scummvm/gui launcher.cpp,1.38,1.39

Max Horn fingolfin at users.sourceforge.net
Sat Jun 14 18:43:08 CEST 2003


Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv26708/gui

Modified Files:
	launcher.cpp 
Log Message:
moved GameId declaration to common/engine.h (more logical); moved scumm specific stuff from gameDetector.h to scumm.h; cleaned up some #includes (ideally, never #include something in a header file if you can avoid it - this cuts down interdepencies)

Index: launcher.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/launcher.cpp,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- launcher.cpp	7 Jun 2003 00:01:18 -0000	1.38
+++ launcher.cpp	15 Jun 2003 01:42:13 -0000	1.39
@@ -33,6 +33,8 @@
 #include "common/engine.h"
 #include "common/gameDetector.h"
 
+#include "scumm/scumm.h"	// FIXME: this is only for GF_HUMONGOUS and *EVIL*
+
 enum {
 	kStartCmd = 'STRT',
 	kOptionsCmd = 'OPTN',





More information about the Scummvm-git-logs mailing list