Fixed some things to support MacOS port

svn-id: r4210
This commit is contained in:
Enrico Rolfi 2002-05-05 19:01:37 +00:00
parent 5d3f7e2de6
commit bdcb76fe3b
4 changed files with 20 additions and 3 deletions

View file

@ -23,7 +23,11 @@
#include "stdafx.h"
#include "scummsys.h"
#include "system.h"
#ifndef macintosh
#include "../sound/mixer.h"
#else
#include "mixer.h"
#endif
#include "simon.h"
#include <stdarg.h>