diff options
author | rodgersgb <[email protected]> | 2006-10-05 00:49:54 +0000 |
---|---|---|
committer | rodgersgb <[email protected]> | 2006-10-05 00:49:54 +0000 |
commit | fe9484e208cb9a4638c71dc3b673c56f1652b850 (patch) | |
tree | 1a3d55cd4114e886b6e6bcf300a948dbf77c8d69 /src/net/java/joglutils | |
parent | 910b7e847f4ced0b528bb1cd435e9df06116d128 (diff) |
test
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/joglutils/trunk@22 83d24430-9974-4f80-8418-2cc3294053b9
Diffstat (limited to 'src/net/java/joglutils')
-rw-r--r-- | src/net/java/joglutils/ThreeDS/Chunk.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/java/joglutils/ThreeDS/Chunk.java b/src/net/java/joglutils/ThreeDS/Chunk.java index 9ff5fd0..bef0bbb 100644 --- a/src/net/java/joglutils/ThreeDS/Chunk.java +++ b/src/net/java/joglutils/ThreeDS/Chunk.java @@ -36,6 +36,7 @@ package net.java.joglutils.ThreeDS;
+
public class Chunk
{
public int id = 0;
|