diff options
author | Holger Zickner <[email protected]> | 2004-07-08 15:58:48 +0000 |
---|---|---|
committer | Holger Zickner <[email protected]> | 2004-07-08 15:58:48 +0000 |
commit | 4f13ea26c4f47e54e66926f0700cf631e7bb3352 (patch) | |
tree | a9d434fc462417bb981b1565fd64cea5e7c82c15 /src/jake2/qcommon/texinfo_t.java | |
parent | 76839da3568e20f51220584d1fc92841b216505a (diff) |
import of Jake2 version hannover
Diffstat (limited to 'src/jake2/qcommon/texinfo_t.java')
-rw-r--r-- | src/jake2/qcommon/texinfo_t.java | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/jake2/qcommon/texinfo_t.java b/src/jake2/qcommon/texinfo_t.java index aa23894..81b32b2 100644 --- a/src/jake2/qcommon/texinfo_t.java +++ b/src/jake2/qcommon/texinfo_t.java @@ -19,17 +19,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ // Created on 02.01.2004 by RST. -// $Id: texinfo_t.java,v 1.1 2004-07-07 19:59:34 hzi Exp $ +// $Id: texinfo_t.java,v 1.2 2004-07-08 15:58:46 hzi Exp $ package jake2.qcommon; -import jake2.game.EndianHandler; +import jake2.util.Lib; import java.nio.ByteBuffer; import java.nio.ByteOrder; -import jake2.util.*; - public class texinfo_t { // works fine. |