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:
@@ -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 ();
|
||||
}
|
||||
Reference in New Issue
Block a user