home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / Cookbook / 12.fractTree / sym / tree.h < prev   
Encoding:
C/C++ Source or Header  |  1993-06-24  |  340 b   |  11 lines

  1. /* ./sym/tree.h generated from tree.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef TREE_H
  6. #define TREE_H
  7.  
  8. extern void doTree(float maxdepth, float leftBranch, float rightBranch, float branchLength, float moveRight, float scaleX, float scaleY, float lineWidth, float branchChange, float widthChange);
  9.  
  10. #endif TREE_H
  11.