From e9269257f3da947eca3fb167b279fbe91650157a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 24 Dec 2003 00:25:18 +0000 Subject: turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, mainly because people kept (accidentally and sometimes on purpose :-) misusing them svn-id: r11881 --- scumm/player_mod.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scumm/player_mod.cpp') diff --git a/scumm/player_mod.cpp b/scumm/player_mod.cpp index 509a2b4d43..3e4b922b33 100644 --- a/scumm/player_mod.cpp +++ b/scumm/player_mod.cpp @@ -22,6 +22,9 @@ #include "stdafx.h" #include "scumm/player_mod.h" +#include "sound/audiostream.h" +#include "sound/mixer.h" +#include "sound/rate.h" namespace Scumm { -- cgit v1.2.3