[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/common engine.h,1.26,1.27 gameDetector.cpp,1.109,1.110 gameDetector.h,1.44,1.45
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm charset.cpp,2.45,2.46 imuse.cpp,2.65,2.66 imuse.h,1.33,1.34 imuse_digi.cpp,1.19,1.20 imuse_digi.h,1.3,1.4 saveload.h,1.17,1.18 scumm.h,1.255,1.256 scummvm.cpp,2.246,2.247 sound.cpp,1.136,1.137
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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',
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/common engine.h,1.26,1.27 gameDetector.cpp,1.109,1.110 gameDetector.h,1.44,1.45
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm charset.cpp,2.45,2.46 imuse.cpp,2.65,2.66 imuse.h,1.33,1.34 imuse_digi.cpp,1.19,1.20 imuse_digi.h,1.3,1.4 saveload.h,1.17,1.18 scumm.h,1.255,1.256 scummvm.cpp,2.246,2.247 sound.cpp,1.136,1.137
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list