From 2bcf5c0552cf0778eb2642608134c6c0e4f3028e Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 27 May 2009 14:40:37 +0000 Subject: - Moved Sound implementation declarations to the newly added file sound_intern.h - Added support for PC Speaker sound in all Kyra1, Kyra2 and Lands of Lore - Slight cleanup svn-id: r40939 --- engines/kyra/sound_lol.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/kyra/sound_lol.cpp') diff --git a/engines/kyra/sound_lol.cpp b/engines/kyra/sound_lol.cpp index 72624ef789..e641c3ecac 100644 --- a/engines/kyra/sound_lol.cpp +++ b/engines/kyra/sound_lol.cpp @@ -29,6 +29,8 @@ #include "kyra/lol.h" #include "kyra/resource.h" +#include "sound/audiostream.h" + namespace Kyra { bool LoLEngine::snd_playCharacterSpeech(int id, int8 speaker, int) { -- cgit v1.2.3