home *** CD-ROM | disk | FTP | other *** search
/ Virtual Reality Zone / VRZONE.ISO / mac / PC / REND386 / JIREND / SEGIO.H < prev    next >
C/C++ Source or Header  |  1993-04-11  |  719b  |  21 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.   
  14. extern void set_readseg_objlist(OBJLIST *olist);
  15. extern void set_readseg_seglist(SEGMENT **ptr, int maxsegs);
  16. extern void set_readseg_scale(float x, float y, float z);
  17. extern SEGMENT *readseg(FILE *in, SEGMENT *parent);
  18. extern writeseg(FILE *out, SEGMENT *s, int level);
  19.   
  20. /* End of segio.h */
  21.