diff options
author | James Brown | 2002-03-20 17:51:07 +0000 |
---|---|---|
committer | James Brown | 2002-03-20 17:51:07 +0000 |
commit | 718392239c0025a7e1e0af586fc54ecf7df6f58b (patch) | |
tree | 8fb5cc80777803ab440e0e398eabf8d6b7dd043e /sound | |
parent | 1e5b1308467b796c44db3ebb170111967a251f06 (diff) | |
download | scummvm-rg350-718392239c0025a7e1e0af586fc54ecf7df6f58b.tar.gz scummvm-rg350-718392239c0025a7e1e0af586fc54ecf7df6f58b.tar.bz2 scummvm-rg350-718392239c0025a7e1e0af586fc54ecf7df6f58b.zip |
I know it probably doesn't look like much, but this is a start to the reorg - basically I've shuffled the Scumm struct around, and turned it into a Class - labeling and grouping functions that are related.
svn-id: r3792
Diffstat (limited to 'sound')
-rw-r--r-- | sound/adlib.cpp | 3 | ||||
-rw-r--r-- | sound/gmidi.cpp | 5 | ||||
-rw-r--r-- | sound/imuse.cpp | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/sound/adlib.cpp b/sound/adlib.cpp index faa3dd371e..5b54aa40b7 100644 --- a/sound/adlib.cpp +++ b/sound/adlib.cpp @@ -1,5 +1,6 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001 The ScummVM project + * Copyright (C) 2001 Ludvig Strigeus + * Copyright (C) 2001/2002 The ScummVM project * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/sound/gmidi.cpp b/sound/gmidi.cpp index 397a457fb2..957a999e52 100644 --- a/sound/gmidi.cpp +++ b/sound/gmidi.cpp @@ -1,5 +1,6 @@ - /* ScummVM - Scumm Interpreter - * Copyright (C) 2001 The ScummVM project +/* ScummVM - Scumm Interpreter + * Copyright (C) 2001 Ludvig Strigeus + * Copyright (C) 2001/2002 The ScummVM project * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/sound/imuse.cpp b/sound/imuse.cpp index d717841e8a..f62afb984c 100644 --- a/sound/imuse.cpp +++ b/sound/imuse.cpp @@ -1,5 +1,6 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001 The ScummVM project + * Copyright (C) 2001 Ludvig Strigeus + * Copyright (C) 2001/2002 The ScummVM project * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License |