home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / RAYCAST.ZIP / GENTREE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-23  |  71 b   |  7 lines

  1. #ifndef _GEN_TREE_
  2. #define _GEN_TREE_
  3.  
  4. void Gen_Tree();
  5.  
  6. #endif
  7.