mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
CoreAL10 -> CoreAL
This commit is contained in:
parent
801bed13f7
commit
d9ed524c54
5 changed files with 109 additions and 109 deletions
|
|
@ -8,7 +8,7 @@ package org.lwjgl.openal;
|
|||
* @author Brian Matzon <brian@matzon.dk>
|
||||
* @version $Revision$
|
||||
*/
|
||||
public class AL extends CoreAL10 {
|
||||
public class AL extends CoreAL {
|
||||
|
||||
/**
|
||||
* Nothing to se here - please move along
|
||||
|
|
|
|||
|
|
@ -3,16 +3,16 @@ package org.lwjgl.openal;
|
|||
/**
|
||||
* $Id$
|
||||
*
|
||||
* This is the core OpenAL 1.0 class. This class implements
|
||||
* This is the core OpenAL class. This class implements
|
||||
* AL.h version 1.0
|
||||
*
|
||||
* @author Brian Matzon <brian@matzon.dk>
|
||||
* @version $Revision$
|
||||
*/
|
||||
public class CoreAL10 extends BaseAL implements BaseALConstants {
|
||||
public class CoreAL extends BaseAL implements BaseALConstants {
|
||||
|
||||
/** Creates a new instance of CoreAL10 */
|
||||
public CoreAL10() {
|
||||
/** Creates a new instance of CoreAL */
|
||||
public CoreAL() {
|
||||
}
|
||||
|
||||
/**
|
||||
Loading…
Add table
Add a link
Reference in a new issue