aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMax Horn2006-02-20 20:57:26 +0000
committerMax Horn2006-02-20 20:57:26 +0000
commit81e8a2860ee066d6b863bf80bb99a592dec4cbe0 (patch)
tree3b6cd7038ccdb1767717ea2fc66f53202089f198 /TODO
parent9cec516e514ac76e7a3e69fdec16e79a2486c85f (diff)
downloadscummvm-rg350-81e8a2860ee066d6b863bf80bb99a592dec4cbe0.tar.gz
scummvm-rg350-81e8a2860ee066d6b863bf80bb99a592dec4cbe0.tar.bz2
scummvm-rg350-81e8a2860ee066d6b863bf80bb99a592dec4cbe0.zip
Moved iMUSE code to the new directory engines/scumm/imuse/
svn-id: r20801
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index af8596d163..6aac293986 100644
--- a/TODO
+++ b/TODO
@@ -115,7 +115,6 @@ General
- consider moving the MIDI stuff from sound/ to sound/midi/
- move fmopl code to softsynth dir
- maybe common/system.h / system.cpp should go to backends/, too ?
- - move the iMuse source files in scumm/ to a new dir scumm/imuse/
* The following things should be put into namespaces:
- AudioStream and subclasses into Audio
- MIDI related classes either to Audio, or a new "MIDI" namespace