we should get rid of scumm.h in sdl.cpp; e.g. by moving error() and warning() into util.h
svn-id: r4574
This commit is contained in:
parent
00dd6bad3f
commit
6f00a9532d
1 changed files with 3 additions and 1 deletions
4
sdl.cpp
4
sdl.cpp
|
@ -21,7 +21,9 @@
|
|||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "scumm.h"
|
||||
#include "scummsys.h"
|
||||
#include "system.h"
|
||||
#include "scumm.h" // FIXME: remove this! Only needed for SAMPLES_PER_SEC, error() and warning()
|
||||
#include "mididrv.h"
|
||||
#include "SDL_thread.h"
|
||||
#include "gameDetector.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue