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.opengl.Display;
|
|||
import org.lwjgl.opengl.GL11;
|
||||
|
||||
/**
|
||||
* $Id$
|
||||
*
|
||||
* This is a <em>very basic</em> skeleton to init a game and run it.
|
||||
*
|
||||
* @author $Author$
|
||||
* @version $Revision$
|
||||
* $Id$
|
||||
*/
|
||||
public class Game {
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ import org.lwjgl.util.WaveData;
|
|||
|
||||
|
||||
/**
|
||||
* $Id$
|
||||
* <p>
|
||||
* Simple sound manager for OpenAL using n sources accessed in
|
||||
* a round robin schedule. Source n is reserved for a single buffer and checking for
|
||||
|
|
@ -49,6 +48,7 @@ import org.lwjgl.util.WaveData;
|
|||
* </p>
|
||||
* @author Brian Matzon <brian@matzon.dk>
|
||||
* @version $Revision$
|
||||
* $Id$
|
||||
*/
|
||||
public class SoundManager {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue