Expose the SoundLoader

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@647 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Charlie Groves
2008-08-23 21:07:47 +00:00
parent aa171bdd0e
commit fff73d94cc
@@ -88,6 +88,14 @@ public class OpenALSoundPlayer extends SoundPlayer
return new Clip(WaveData.create(sound));
}
/**
* Returns the loader used by this player.
*/
public SoundLoader getSoundLoader ()
{
return _loader;
}
@Override
public RunQueue getSoundQueue ()
{