/[gzz]/gzz/gzz/gfx/gl/PaperMill.java
ViewVC logotype

Diff of /gzz/gzz/gfx/gl/PaperMill.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by tjl, Mon Aug 19 12:43:45 2002 UTC revision 1.2 by tjl, Tue Sep 3 21:15:33 2002 UTC
# Line 1  Line 1 
1  // (c): Tuomas J. Lukka  // (c) Tuomas J. Lukka
2    
3  package gzz.gfx.gl;  package gzz.gfx.gl;
4    
5  public abstract class PaperMill {  public abstract class PaperMill {
6      public abstract Paper getPaper(int seed);      public abstract Paper getPaper(int seed);
7    
8        static private PaperMill instance;
9    
10      static public PaperMill getInstance() {      static public PaperMill getInstance() {
11          return null;          return null;
12      }      }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26