home *** CD-ROM | disk | FTP | other *** search
/ Xentax forum attachments archive / xentax.7z / 8090 / ModelEdit.7z / ltwintreeicon.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-03-08  |  503 b   |  23 lines

  1. ////////////////////////////////////////////////////////////////
  2. //
  3. // ltwintreeicon.h
  4. //
  5. // The icon class used by the tree manager to uniquely identify
  6. // an icon
  7. //
  8. // Author: John O'Rorke
  9. // Created: 7/21/00
  10. // Modification History:
  11. //
  12. ////////////////////////////////////////////////////////////////
  13. #ifndef __LTWINTREEICON_H__
  14. #define __LTWINTREEICON_H__
  15.  
  16. //the keys used to identify unique items
  17. typedef int CLTWinTreeIcon;    
  18.  
  19. //a null item
  20. #define DEFAULTICON        (-1)
  21.  
  22. #endif
  23.