I don't think anything is using this. I'm moving it so that I

can extend it with Clyde-specific bits.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@652 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Andrzej Kapolka
2008-09-10 00:50:46 +00:00
parent 5d3f025b7a
commit 5df6f85014
@@ -1,23 +0,0 @@
//
// $Id$
package com.threerings.openal.util;
import com.threerings.openal.ClipProvider;
import com.threerings.openal.SoundManager;
/**
* Provides access to the various components of the OpenAL sound system.
*/
public interface AlContext
{
/**
* Returns a reference to the sound manager.
*/
public SoundManager getSoundManager ();
/**
* Returns a reference to the clip provider.
*/
public ClipProvider getClipProvider ();
}