home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Programming / ace_gpl_release / include / workbench / icon.h next >
Encoding:
C/C++ Source or Header  |  1996-08-28  |  272 b   |  19 lines

  1. #ifndef WORKBENCH_ICON_H
  2. #define WORKBENCH_ICON_H 1
  3. /*
  4. ** icon.h for ACE Basic
  5. **
  6. ** Note: Translated to ACE by ConvertC2ACE
  7. **       @ MapMeadow Software, Nils Sjoholm
  8. **
  9. **
  10. ** Date: 09/03/95
  11. **
  12. **
  13. */
  14.  
  15.  
  16. #define ICONNAME    "icon.library"
  17.  
  18. #endif  /* !WORKBENCH_ICON_H */
  19.