home *** CD-ROM | disk | FTP | other *** search
/ Geek 6 / Geek-006.iso / linux / video / xmovie-1.5.3.tar.gz / xmovie-1.5.3.tar / xmovie-1.5.3 / guicast / bcresources.inc < prev    next >
C/C++ Source or Header  |  2000-11-29  |  360b  |  17 lines

  1. #ifndef BCRESOURCES_INC
  2. #define BCRESOURCES_INC
  3.  
  4.  
  5. class BC_Resources;
  6.  
  7. #define TOTAL_ICONS 4
  8. #define TOTAL_SUFFIXES 7
  9.  
  10. // Icon types for each list item
  11. #define ICON_FOLDER      0      // Private bitmap
  12. #define ICON_UNKNOWN     1      // Private bitmap
  13. #define ICON_FILM        2      // Private bitmap
  14. #define ICON_SOUND       3      // Private bitmap
  15.  
  16. #endif
  17.