home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / t3dlib_src_r43.lha / writedxf_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-01-30  |  297 b   |  17 lines

  1. /* Prototypes for functions defined in
  2. writedxf.c
  3.  */
  4.  
  5. static void send_XYZ(int i,
  6.                      XYZ_st * f);
  7.  
  8. static void send_RGB(RGB_st * rgb);
  9.  
  10. int write_DXF(WORLD * world,
  11.               FILE * file);
  12.  
  13. static void process_DESC(OBJECT * object);
  14.  
  15. static void process_INFO(INFO * info);
  16.  
  17.