/[gzz]/gzz/gfx/librenderables/renderables.py
ViewVC logotype

Diff of /gzz/gfx/librenderables/renderables.py

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

revision 1.92 by jvk, Tue Oct 1 19:12:46 2002 UTC revision 1.93 by humppake, Wed Oct 2 11:43:44 2002 UTC
# Line 1102  for r in rs: Line 1102  for r in rs:
1102              (ExtraClass or "")+ "\n\n"              (ExtraClass or "")+ "\n\n"
1103          )          )
1104    
1105      if Type == "2" :      if Type == "3" :
1106            headercode += "template<class Coords> void renderImpl(Coords &coords1, Coords &coords2, Coords &coords3)"
1107        elif Type == "2" :
1108          headercode += "template<class Coords> void renderImpl(Coords &coords1, Coords &coords2)"          headercode += "template<class Coords> void renderImpl(Coords &coords1, Coords &coords2)"
1109      elif Type == "1" :      elif Type == "1" :
1110          headercode += "template<class Coords> void renderImpl(Coords &coords1)"          headercode += "template<class Coords> void renderImpl(Coords &coords1)"
# Line 1162  open(headerfile, "w").write(headercode); Line 1164  open(headerfile, "w").write(headercode);
1164    
1165  open(jnifile, "w").write(jni);  open(jnifile, "w").write(jni);
1166    
1167    
1168    
1169    

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93

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