aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl
diff options
context:
space:
mode:
authorMax Horn2003-07-31 12:33:33 +0000
committerMax Horn2003-07-31 12:33:33 +0000
commit1b52e9f19cec1693dc9331b0d503aff07f507427 (patch)
treeb58aeeb9e9156a9c3b7477c6116da3f78ee07675 /backends/sdl
parentf7ee6d2ce10fb215067ee1a32d4cb124aaa881af (diff)
downloadscummvm-rg350-1b52e9f19cec1693dc9331b0d503aff07f507427.tar.gz
scummvm-rg350-1b52e9f19cec1693dc9331b0d503aff07f507427.tar.bz2
scummvm-rg350-1b52e9f19cec1693dc9331b0d503aff07f507427.zip
added new header file backends/intern.h; removed some stuff from common/system.h which is either only of interest to backends or code instantiating a backend (->backends/intern.h); also removed fmopl specific enums (->sound/fmopl.h)
svn-id: r9327
Diffstat (limited to 'backends/sdl')
-rw-r--r--backends/sdl/sdl-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/sdl/sdl-common.h b/backends/sdl/sdl-common.h
index 917d641b38..b1024d1f15 100644
--- a/backends/sdl/sdl-common.h
+++ b/backends/sdl/sdl-common.h
@@ -25,6 +25,7 @@
#include "stdafx.h"
#include "scummsys.h"
#include "system.h"
+#include "backends/intern.h"
#include <SDL.h>
#include <SDL_thread.h>