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

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