CoreAL10 -> CoreAL

This commit is contained in:
Brian Matzon 2002-08-14 10:55:41 +00:00
parent 801bed13f7
commit d9ed524c54
5 changed files with 109 additions and 109 deletions

View file

@ -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

View file

@ -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() {
}
/**