home *** CD-ROM | disk | FTP | other *** search
/ Encyclopedia of Graphics File Formats Companion / GFF_CD.ISO / formats / ttddd / spec / t3d_src / readwrit.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-30  |  176 b   |  14 lines

  1. /* Prototypes for functions defined in
  2. readwrite.c
  3.  */
  4.  
  5. extern WORLD * world;
  6.  
  7. extern char infile[128];
  8.  
  9. extern char outfile[128];
  10.  
  11. int main(int argc,
  12.          char ** argv);
  13.  
  14.