added id & revision tag

This commit is contained in:
Brian Matzon 2003-12-27 02:35:45 +00:00
parent bacb87e361
commit 3d6dde5df6
1 changed files with 3 additions and 0 deletions

View File

@ -9,10 +9,13 @@ import org.lwjgl.opengl.*;
import org.lwjgl.input.*; import org.lwjgl.input.*;
/** /**
* $Id$
* <br>
* This test demonstrates OpenAL positioning * This test demonstrates OpenAL positioning
* Based on the example by Chad Armstrong (http://www.edenwaith.com/products/pige/tutorials/openal.php) * Based on the example by Chad Armstrong (http://www.edenwaith.com/products/pige/tutorials/openal.php)
* *
* @author Brian Matzon <brian@matzon.dk> * @author Brian Matzon <brian@matzon.dk>
* @version $Revision$
*/ */
public class PositionTest extends BasicTest { public class PositionTest extends BasicTest {