turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, mainly because people kept (accidentally and sometimes on purpose :-) misusing them

svn-id: r11881
This commit is contained in:
Max Horn 2003-12-24 00:25:18 +00:00
parent 3f77642948
commit e9269257f3
22 changed files with 63 additions and 66 deletions

View file

@ -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 {