mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-03 22:34:20 +01:00
18 lines
296 B
Java
18 lines
296 B
Java
package org.lwjgl.openal;
|
|
|
|
/**
|
|
* $Id$
|
|
*
|
|
* This is the OpenAL class. It extends the latest core.
|
|
*
|
|
* @author Brian Matzon <brian@matzon.dk>
|
|
* @version $Revision$
|
|
*/
|
|
public class AL extends CoreAL {
|
|
|
|
/**
|
|
* Nothing to se here - please move along
|
|
*/
|
|
public AL() {
|
|
}
|
|
} |