Move some box stuff from scumm.h to new boxes.h

Also move some sound-related items from scumm.h to sound.h

svn-id: r3797
This commit is contained in:
James Brown 2002-03-21 16:12:02 +00:00
parent e141367386
commit f49bbb0fd8
12 changed files with 136 additions and 155 deletions

View file

@ -25,7 +25,6 @@
#include "stdafx.h"
#include "scumm.h"
#include "gui.h"
#include "sound.h"
#include "SDL_thread.h"
#include "cdmusic.h"
@ -883,9 +882,6 @@ void launcherLoop() {
};
int main(int argc, char* argv[]) {
int delta;
int last_time, new_time;
#if defined(MACOS)
/* support for config file on macos */