[Scummvm-cvs-logs] CVS: scummvm/bs2 resman.cpp,1.10,1.11 sound.h,1.1,1.2
Max Horn
fingolfin at users.sourceforge.net
Fri Aug 1 05:20:03 CEST 2003
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm base-costume.h,1.12,1.13 bundle.cpp,1.44,1.45 bundle.h,1.20,1.21 imuse.h,1.35,1.36 imuse_digi.h,1.6,1.7 saveload.h,1.18,1.19 sound.h,1.42,1.43
- Next message: [Scummvm-cvs-logs] CVS: scummvm/bs2/driver driver96.h,1.16,1.17 rdwin.cpp,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/bs2
In directory sc8-pr-cvs1:/tmp/cvs-serv508
Modified Files:
resman.cpp sound.h
Log Message:
#include cleanup (explicityl specify the location for headers from common/, so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level)
Index: resman.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/resman.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- resman.cpp 30 Jul 2003 19:25:29 -0000 1.10
+++ resman.cpp 1 Aug 2003 12:19:01 -0000 1.11
@@ -23,7 +23,8 @@
#include "stdafx.h"
-#include "engine.h"
+#include "common/engine.h"
+#include "common/file.h"
#include "driver/driver96.h"
#include "build_display.h"
Index: sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/sound.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sound.h 28 Jul 2003 01:44:38 -0000 1.1
+++ sound.h 1 Aug 2003 12:19:01 -0000 1.2
@@ -30,7 +30,7 @@
#ifndef SOUND_H
#define SOUND_H
-#include "scummsys.h"
+#include "common/scummsys.h"
// fx types
#define FX_SPOT 0
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm base-costume.h,1.12,1.13 bundle.cpp,1.44,1.45 bundle.h,1.20,1.21 imuse.h,1.35,1.36 imuse_digi.h,1.6,1.7 saveload.h,1.18,1.19 sound.h,1.42,1.43
- Next message: [Scummvm-cvs-logs] CVS: scummvm/bs2/driver driver96.h,1.16,1.17 rdwin.cpp,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list