mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-01 21:34:36 +01:00
18 lines
298 B
Java
18 lines
298 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 CoreAL10 {
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Nothing to se here - please move along
|
||
|
|
*/
|
||
|
|
public AL() {
|
||
|
|
}
|
||
|
|
}
|