From 418649fca2064617afd642134d07e0eadf732132 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 7 Sep 2003 03:08:59 +0000 Subject: minor TODO additions svn-id: r10057 --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index aad48cad21..5e61e9a755 100644 --- a/TODO +++ b/TODO @@ -56,3 +56,13 @@ Config SCUMM ===== * fix C64 costume code +* add a common base class "MusicEngine" or so for Player_V2, IMuse, IMuseDigital + -> their API is similar in many ways, and this could be used to simplify + some code in scumm/sound.cpp and other places which right now has to duplicate + code to cope with those three different music engine types. + +Broken Sword 2 +============== +* replace all uses of std C file I/O (fopen, fread, fwrite, fclose) by + the File class +* fix endianess problems -- cgit v1.2.3