Fixed some things to support MacOS port
svn-id: r4210
This commit is contained in:
parent
5d3f7e2de6
commit
bdcb76fe3b
4 changed files with 20 additions and 3 deletions
|
@ -23,8 +23,13 @@
|
|||
#include "stdafx.h"
|
||||
#include "scummsys.h"
|
||||
#include "system.h"
|
||||
#ifndef macintosh
|
||||
#include "../sound/mididrv.h"
|
||||
#include "../sound/mixer.h"
|
||||
#else
|
||||
#include "mididrv.h"
|
||||
#include "mixer.h"
|
||||
#endif
|
||||
#include "simon.h"
|
||||
|
||||
void MidiPlayer::read_from_file(void *dst, uint size) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue