/[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.5 by jvk, Sat Oct 12 09:50:01 2002 UTC revision 1.6 by tjl, Wed Oct 23 13:45:37 2002 UTC
# Line 22  PaperMill.java Line 22  PaperMill.java
22   */   */
23    
24  package gzz.gfx.gl;  package gzz.gfx.gl;
25    import gzz.client.GraphicsAPI;
26  import org.python.util.PythonInterpreter;  import org.python.util.PythonInterpreter;
27    
28  public abstract class PaperMill {  public abstract class PaperMill {
29      public abstract Paper getPaper(int seed);      public abstract Paper getPaper(int seed);
30        public Paper getOptimizedPaper(int seed, GraphicsAPI.Window w) {
31            return getPaper(seed);
32        }
33    
34      static private PaperMill instance;      static private PaperMill instance;
35    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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