aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorEnrico Rolfi2002-05-05 19:06:51 +0000
committerEnrico Rolfi2002-05-05 19:06:51 +0000
commit38d048b86bd96796511a44b62b020ac6f6dfea3b (patch)
treeee3fd5d3eafd3d240eacbdea0af8a33c5fe83f48 /scumm.h
parent00f35bec5a387a2bd4dc983372245edb8e4a7c8f (diff)
downloadscummvm-rg350-38d048b86bd96796511a44b62b020ac6f6dfea3b.tar.gz
scummvm-rg350-38d048b86bd96796511a44b62b020ac6f6dfea3b.tar.bz2
scummvm-rg350-38d048b86bd96796511a44b62b020ac6f6dfea3b.zip
Fixed some things for Macintosh ports
svn-id: r4212
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm.h b/scumm.h
index b5755e104d..ed8b9ac418 100644
--- a/scumm.h
+++ b/scumm.h
@@ -21,7 +21,11 @@
#include "scummsys.h"
#include "system.h"
+#ifndef macintosh
#include "sound/mixer.h"
+#else
+#include "mixer.h"
+#endif
#include "config-file.h"
#define SCUMMVM_VERSION "0.2.0 devel"