home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / source / crend5 / segio.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-11  |  742 b   |  22 lines

  1. /* Header file for segment i/o routines */
  2.  
  3. /* Written by Bernie Roehl, May 1992 */
  4.  
  5. /* Copyright 1992 by Dave Stampe and Bernie Roehl.
  6.    May be freely used to write software for release into the public domain;
  7.    all commercial endeavours MUST contact Bernie Roehl and Dave Stampe
  8.    for permission to incorporate any part of this software into their
  9.    products!
  10.  */
  11.  
  12. extern int readseg_err;
  13. extern char *readseg_errmsgs[];
  14.  
  15. extern void set_readseg_objlist(OBJLIST *olist);
  16. extern void set_readseg_seglist(SEGMENT **ptr, int maxsegs);
  17. extern void set_readseg_scale(float x, float y, float z);
  18. extern SEGMENT *readseg(FILE *in, SEGMENT *parent);
  19. extern writeseg(FILE *out, SEGMENT *s, int level);
  20.  
  21. /* End of segio.h */
  22.