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

  1. /*****************************************************************************/
  2. #ifndef _TREEOPS_H_
  3. #define _TREEOPS_H_
  4. /*****************************************************************************/
  5.  
  6. enum treeOps
  7. {
  8.     #define TREEOP(en,tk,sn,IL,pr,ok) en,
  9.     #include "toplist.h"
  10.  
  11.     TN_COUNT
  12. };
  13.  
  14. /*****************************************************************************/
  15. #endif
  16. /*****************************************************************************/
  17.