[Scummvm-cvs-logs] CVS: residual/mixer audiostream.cpp,1.4,1.5 audiostream.h,1.4,1.5 mixer.cpp,1.6,1.7 mixer.h,1.5,1.6 rate.cpp,1.3,1.4 rate.h,1.3,1.4

Pawel Kolodziejski aquadran at users.sourceforge.net
Sat Jan 1 02:24:07 CET 2005


Update of /cvsroot/scummvm/residual/mixer
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31378/mixer

Modified Files:
	audiostream.cpp audiostream.h mixer.cpp mixer.h rate.cpp 
	rate.h 
Log Message:
update copyrights

Index: audiostream.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/mixer/audiostream.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- audiostream.cpp	10 Dec 2004 20:33:31 -0000	1.4
+++ audiostream.cpp	1 Jan 2005 10:23:17 -0000	1.5
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: audiostream.h
===================================================================
RCS file: /cvsroot/scummvm/residual/mixer/audiostream.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- audiostream.h	10 Dec 2004 20:33:31 -0000	1.4
+++ audiostream.h	1 Jan 2005 10:23:17 -0000	1.5
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: mixer.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/mixer/mixer.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mixer.cpp	10 Dec 2004 21:13:02 -0000	1.6
+++ mixer.cpp	1 Jan 2005 10:23:17 -0000	1.7
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: mixer.h
===================================================================
RCS file: /cvsroot/scummvm/residual/mixer/mixer.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- mixer.h	10 Dec 2004 21:13:03 -0000	1.5
+++ mixer.h	1 Jan 2005 10:23:17 -0000	1.6
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public
@@ -253,4 +253,6 @@
 	static void mixCallback(void *s, byte *samples, int len);
 };
 
+extern SoundMixer *g_mixer;
+
 #endif

Index: rate.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/mixer/rate.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rate.cpp	24 Feb 2004 08:20:45 -0000	1.3
+++ rate.cpp	1 Jan 2005 10:23:17 -0000	1.4
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: rate.h
===================================================================
RCS file: /cvsroot/scummvm/residual/mixer/rate.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rate.h	24 Feb 2004 08:20:45 -0000	1.3
+++ rate.h	1 Jan 2005 10:23:17 -0000	1.4
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public





More information about the Scummvm-git-logs mailing list