diff options
author | Paweł Kołodziejski | 2004-05-23 19:44:10 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2004-05-23 19:44:10 +0000 |
commit | a6fd5a3fa9f472e4944355dae6b95e750a461b11 (patch) | |
tree | 72651d81df71a5b7428ef1817d8b44d8a673b333 /scumm/imuse_digi | |
parent | a26cfc8a382333998f15c2d4f9106b595b7d2ddc (diff) | |
download | scummvm-rg350-a6fd5a3fa9f472e4944355dae6b95e750a461b11.tar.gz scummvm-rg350-a6fd5a3fa9f472e4944355dae6b95e750a461b11.tar.bz2 scummvm-rg350-a6fd5a3fa9f472e4944355dae6b95e750a461b11.zip |
ops
svn-id: r13852
Diffstat (limited to 'scumm/imuse_digi')
-rw-r--r-- | scumm/imuse_digi/dimuse.cpp | 1 | ||||
-rw-r--r-- | scumm/imuse_digi/dimuse.h | 1 | ||||
-rw-r--r-- | scumm/imuse_digi/dimuse_bndmgr.cpp | 1 | ||||
-rw-r--r-- | scumm/imuse_digi/dimuse_bndmgr.h | 1 | ||||
-rw-r--r-- | scumm/imuse_digi/dimuse_codecs.cpp | 1 | ||||
-rw-r--r-- | scumm/imuse_digi/dimuse_script.cpp | 1 | ||||
-rw-r--r-- | scumm/imuse_digi/dimuse_sndmgr.cpp | 1 | ||||
-rw-r--r-- | scumm/imuse_digi/dimuse_track.cpp | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/scumm/imuse_digi/dimuse.cpp b/scumm/imuse_digi/dimuse.cpp index e40c185ffd..8902083173 100644 --- a/scumm/imuse_digi/dimuse.cpp +++ b/scumm/imuse_digi/dimuse.cpp @@ -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" diff --git a/scumm/imuse_digi/dimuse.h b/scumm/imuse_digi/dimuse.h index e2bbd9db83..5aaa47efc4 100644 --- a/scumm/imuse_digi/dimuse.h +++ b/scumm/imuse_digi/dimuse.h @@ -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 diff --git a/scumm/imuse_digi/dimuse_bndmgr.cpp b/scumm/imuse_digi/dimuse_bndmgr.cpp index 3f87c88470..d3c736c38d 100644 --- a/scumm/imuse_digi/dimuse_bndmgr.cpp +++ b/scumm/imuse_digi/dimuse_bndmgr.cpp @@ -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" diff --git a/scumm/imuse_digi/dimuse_bndmgr.h b/scumm/imuse_digi/dimuse_bndmgr.h index f4749cdc8f..a9cab6c0da 100644 --- a/scumm/imuse_digi/dimuse_bndmgr.h +++ b/scumm/imuse_digi/dimuse_bndmgr.h @@ -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 diff --git a/scumm/imuse_digi/dimuse_codecs.cpp b/scumm/imuse_digi/dimuse_codecs.cpp index e4b4be6c7c..679051a51f 100644 --- a/scumm/imuse_digi/dimuse_codecs.cpp +++ b/scumm/imuse_digi/dimuse_codecs.cpp @@ -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" diff --git a/scumm/imuse_digi/dimuse_script.cpp b/scumm/imuse_digi/dimuse_script.cpp index bd824a2fcc..7812cf8fa9 100644 --- a/scumm/imuse_digi/dimuse_script.cpp +++ b/scumm/imuse_digi/dimuse_script.cpp @@ -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" diff --git a/scumm/imuse_digi/dimuse_sndmgr.cpp b/scumm/imuse_digi/dimuse_sndmgr.cpp index 05e0a13941..3b4228121a 100644 --- a/scumm/imuse_digi/dimuse_sndmgr.cpp +++ b/scumm/imuse_digi/dimuse_sndmgr.cpp @@ -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" diff --git a/scumm/imuse_digi/dimuse_track.cpp b/scumm/imuse_digi/dimuse_track.cpp index 0ceaa901f9..d77e928b04 100644 --- a/scumm/imuse_digi/dimuse_track.cpp +++ b/scumm/imuse_digi/dimuse_track.cpp @@ -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" |