[Scummvm-cvs-logs] CVS: scummvm/scumm/imuse_digi dimuse.cpp,1.95,1.96 dimuse.h,1.55,1.56 dimuse_bndmgr.cpp,1.16,1.17 dimuse_bndmgr.h,1.7,1.8 dimuse_codecs.cpp,1.4,1.5 dimuse_script.cpp,1.9,1.10 dimuse_sndmgr.cpp,1.43,1.44 dimuse_track.cpp,1.19,1.20

Pawel Kolodziejski aquadran at users.sourceforge.net
Sun May 23 12:45:02 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm/imuse_digi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32347/scummvm/scumm/imuse_digi

Modified Files:
	dimuse.cpp dimuse.h dimuse_bndmgr.cpp dimuse_bndmgr.h 
	dimuse_codecs.cpp dimuse_script.cpp dimuse_sndmgr.cpp 
	dimuse_track.cpp 
Log Message:
ops

Index: dimuse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_digi/dimuse.cpp,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- dimuse.cpp	23 May 2004 19:32:10 -0000	1.95
+++ dimuse.cpp	23 May 2004 19:44:10 -0000	1.96
@@ -15,6 +15,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
+ * $Header$
  */
 
 #include "stdafx.h"

Index: dimuse.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_digi/dimuse.h,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- dimuse.h	23 May 2004 19:32:10 -0000	1.55
+++ dimuse.h	23 May 2004 19:44:10 -0000	1.56
@@ -15,6 +15,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
+ * $Header$
  */
 
 #ifndef IMUSE_DIGI_H

Index: dimuse_bndmgr.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_digi/dimuse_bndmgr.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- dimuse_bndmgr.cpp	23 May 2004 19:32:10 -0000	1.16
+++ dimuse_bndmgr.cpp	23 May 2004 19:44:10 -0000	1.17
@@ -15,6 +15,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
+ * $Header$
  */
 
 #include "stdafx.h"

Index: dimuse_bndmgr.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_digi/dimuse_bndmgr.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- dimuse_bndmgr.h	23 May 2004 19:32:10 -0000	1.7
+++ dimuse_bndmgr.h	23 May 2004 19:44:10 -0000	1.8
@@ -15,6 +15,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
+ * $Header$
  */
 
 #ifndef BUNDLE_MGR_H

Index: dimuse_codecs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_digi/dimuse_codecs.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dimuse_codecs.cpp	23 May 2004 19:32:10 -0000	1.4
+++ dimuse_codecs.cpp	23 May 2004 19:44:10 -0000	1.5
@@ -15,6 +15,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
+ * $Header$
  */
 
 #include "stdafx.h"

Index: dimuse_script.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_digi/dimuse_script.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- dimuse_script.cpp	23 May 2004 19:32:10 -0000	1.9
+++ dimuse_script.cpp	23 May 2004 19:44:10 -0000	1.10
@@ -15,6 +15,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
+ * $Header$
  */
 
 #include "stdafx.h"

Index: dimuse_sndmgr.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_digi/dimuse_sndmgr.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- dimuse_sndmgr.cpp	23 May 2004 19:32:10 -0000	1.43
+++ dimuse_sndmgr.cpp	23 May 2004 19:44:10 -0000	1.44
@@ -15,6 +15,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
+ * $Header$
  */
 
 #include "stdafx.h"

Index: dimuse_track.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_digi/dimuse_track.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- dimuse_track.cpp	23 May 2004 19:32:11 -0000	1.19
+++ dimuse_track.cpp	23 May 2004 19:44:10 -0000	1.20
@@ -15,6 +15,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
+ * $Header$
  */
 
 #include "stdafx.h"





More information about the Scummvm-git-logs mailing list