Renamed functions + a missing one

svn-id: r12244
This commit is contained in:
Chris Apers 2004-01-08 12:07:38 +00:00
parent bda4d687f4
commit 1fab23ad20
2 changed files with 7 additions and 5 deletions

View File

@ -7,7 +7,8 @@
#define BUILD (0)
#define BUILD_NAME "Scumm"
*/
#define BUILD_SIMON
//#define BUILD_SIMON
#define BUILD_SCUMM
#ifdef BUILD_SCUMM
# define BUILD_RES GBVARS_SCUMM
@ -47,19 +48,20 @@ void buildAll() {
dbP[BUILD_RES] = DmOpenDatabase(0, olddb, dmModeReadWrite);
#if defined(BUILD_SCUMM)
addImuseDigi();
addDimuseTables();
addNewGui();
// temp removed
// TODO ::scummvm use sizeof(OLD256_MIDI_HACK) so i need to fix it
// directly in the code or call MemHandleSize but it may slow down
// code execution
addAkos();
addBundle();
addDimuseCodecs();
addCodec47();
addGfx();
addDialogs();
addCharset();
addCostume();
addPlayerV2();
#elif defined(BUILD_SIMON)
addSimon();

View File

@ -3,10 +3,10 @@
void writeRecord(MemPtr ptr, UInt32 size, UInt16 index, UInt16 dbID);
void buildAll();
void addImuseDigi();
void addDimuseTables();
void addNewGui();
void addAkos();
void addBundle();
void addDimuseCodecs();
void addCodec47();
void addGfx();
void addDialogs();