mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-04 14:07:52 +00:00
applied patch to move ID tag
This commit is contained in:
parent
0c539252b4
commit
8a3bee6b1c
244 changed files with 246 additions and 251 deletions
|
|
@ -38,12 +38,12 @@ import org.lwjgl.LWJGLUtil;
|
|||
import org.lwjgl.Sys;
|
||||
|
||||
/**
|
||||
* $Id$
|
||||
* <br>
|
||||
* This is the OpenAL class. It extends the latest core.
|
||||
*
|
||||
* @author Brian Matzon <brian@matzon.dk>
|
||||
* @version $Revision$
|
||||
* $Id$
|
||||
*/
|
||||
public final class AL {
|
||||
/** ALCdevice instance. */
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ import org.lwjgl.LWJGLException;
|
|||
import org.lwjgl.Sys;
|
||||
|
||||
/**
|
||||
* $Id$
|
||||
*
|
||||
* <p>
|
||||
* This is the context class for OpenAL. This class implements functions
|
||||
|
|
@ -66,6 +65,7 @@ import org.lwjgl.Sys;
|
|||
*
|
||||
* @author Brian Matzon <brian@matzon.dk>
|
||||
* @version $Revision$
|
||||
* $Id$
|
||||
*/
|
||||
public final class ALC {
|
||||
/** Bad value */
|
||||
|
|
|
|||
|
|
@ -36,12 +36,12 @@ import java.nio.IntBuffer;
|
|||
import org.lwjgl.BufferUtils;
|
||||
|
||||
/**
|
||||
* $Id$
|
||||
* <br>
|
||||
* Wrapper class, to make ALC contexts behave like the orginal api.
|
||||
*
|
||||
* @author Brian Matzon <brian@matzon.dk>
|
||||
* @version $Revision$
|
||||
* $Id$
|
||||
*/
|
||||
final class ALCcontext {
|
||||
|
||||
|
|
|
|||
|
|
@ -32,12 +32,12 @@
|
|||
package org.lwjgl.openal;
|
||||
|
||||
/**
|
||||
* $Id$
|
||||
* <br>
|
||||
* Wrapper class, to make ALC devices behave like the orginal api.
|
||||
*
|
||||
* @author Brian Matzon <brian@matzon.dk>
|
||||
* @version $Revision$
|
||||
* $Id$
|
||||
*/
|
||||
final class ALCdevice {
|
||||
|
||||
|
|
|
|||
|
|
@ -32,13 +32,13 @@
|
|||
package org.lwjgl.openal;
|
||||
|
||||
/**
|
||||
* $Id$
|
||||
* <br>
|
||||
* Thrown by the debug build library of the LWJGL if any OpenAL operation
|
||||
* causes an error.
|
||||
*
|
||||
* @author Brian Matzon <brian@matzon.dk>
|
||||
* @version $Revision$
|
||||
* $Id$
|
||||
*/
|
||||
public class OpenALException extends RuntimeException {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue