aboutsummaryrefslogtreecommitdiffstats
path: root/src/jake2/sound
diff options
context:
space:
mode:
authorCarsten Weisse <[email protected]>2004-12-22 23:53:05 +0000
committerCarsten Weisse <[email protected]>2004-12-22 23:53:05 +0000
commitff0db4f44d0eaad734bb7ae9d56887b12fbb9976 (patch)
tree4027861f57191813f9b582df7e395490b7266e39 /src/jake2/sound
parent9263e5090a1ffe64c75d90532fb42a063b21423e (diff)
file header changed
Diffstat (limited to 'src/jake2/sound')
-rw-r--r--src/jake2/sound/joal/PlaySound.java32
1 files changed, 24 insertions, 8 deletions
diff --git a/src/jake2/sound/joal/PlaySound.java b/src/jake2/sound/joal/PlaySound.java
index da0de95..f21a6c2 100644
--- a/src/jake2/sound/joal/PlaySound.java
+++ b/src/jake2/sound/joal/PlaySound.java
@@ -1,22 +1,38 @@
/*
* Created on Oct 26, 2004
*
- * TODO To change the template for this generated file go to
- * Window - Preferences - Java - Code Style - Code Templates
+ * Copyright (C) 2003
+ *
+ * $Id: PlaySound.java,v 1.2 2004-12-22 23:53:05 cawe Exp $
*/
-package jake2.sound.joal;
+/*
+Copyright (C) 1997-2001 Id Software, Inc.
+
+This program is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License
+as published by the Free Software Foundation; either version 2
+of the License, or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-import java.util.Vector;
+See the GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+*/
+package jake2.sound.joal;
import jake2.Globals;
-import jake2.sound.sfx_t;
import jake2.util.Math3D;
/**
+ * PlaySound
+ *
* @author cwei
- *
- * TODO To change the template for this generated type comment go to
- * Window - Preferences - Java - Code Style - Code Templates
*/
public class PlaySound {