home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples1.exe / smc / tree.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-23  |  439 b   |  15 lines

  1. /*****************************************************************************/
  2. #ifndef _TREE_H_
  3. #define _TREE_H_
  4. /*****************************************************************************/
  5. #ifndef _TREEOPS_H_
  6. #include "treeops.h"
  7. #endif
  8. /*****************************************************************************/
  9.  
  10. struct  TreeRec
  11. {
  12. };
  13.  
  14. /*****************************************************************************/
  15.