diff options
Diffstat (limited to 'src/java/jogamp/openal/ALExtImpl.java')
-rw-r--r-- | src/java/jogamp/openal/ALExtImpl.java | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/java/jogamp/openal/ALExtImpl.java b/src/java/jogamp/openal/ALExtImpl.java new file mode 100644 index 0000000..23deab1 --- /dev/null +++ b/src/java/jogamp/openal/ALExtImpl.java @@ -0,0 +1,15 @@ +package jogamp.openal; + +import com.jogamp.common.nio.Buffers; +import com.jogamp.openal.ALException; +import com.jogamp.openal.ALCdevice; +import java.io.UnsupportedEncodingException; +import java.nio.ByteBuffer; +import java.util.ArrayList; + +/** + * ALExt implementation. + */ +public class ALExtImpl extends ALExtAbstractImpl { + +} |