home *** CD-ROM | disk | FTP | other *** search
/ Encyclopedia of Graphics File Formats Companion / GFF_CD.ISO / formats / ttddd / code / spherize.h < prev    next >
C/C++ Source or Header  |  1994-06-20  |  200b  |  14 lines

  1. /* Prototypes for functions defined in
  2. spherize.c
  3.  */
  4.  
  5. extern double args[6];
  6.  
  7. extern double defargs[6];
  8.  
  9. int main(int argc,
  10.          char ** argv);
  11.  
  12. void process_DESC(OBJECT * object);
  13.  
  14.