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:
parent
e141367386
commit
f49bbb0fd8
12 changed files with 136 additions and 155 deletions
4
sdl.cpp
4
sdl.cpp
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue