home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / rad386 / radiosit / src / vox.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-04-22  |  135 b   |  12 lines

  1.  
  2. #ifndef VOX_H
  3.  
  4. #define VOX_H
  5.  
  6. typedef struct VLIST{
  7.     int voxnum;
  8.     double t_near,t_far;
  9.     struct VLIST *next;
  10. }Vlist;
  11.  
  12. #endif