home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / useful / os-include / utility / utility.h < prev    next >
C/C++ Source or Header  |  1992-09-24  |  766b  |  43 lines

  1. #ifndef UTILITY_UTILITY_H
  2. #define UTILITY_UTILITY_H
  3. /*
  4. **    $VER: utility.h 39.2 (18.09.92)
  5. **    Includes Release 39.108
  6. **
  7. **    utility.library include file
  8. **
  9. **    (C) Copyright 1992 Commodore-Amiga Inc.
  10. **    All Rights Reserved
  11. */
  12.  
  13. /*****************************************************************************/
  14.  
  15.  
  16. #ifndef EXEC_TYPES_H
  17. #include <exec/types.h>
  18. #endif
  19.  
  20. #ifndef EXEC_LIBRARIES_H
  21. #include <exec/libraries.h>
  22. #endif
  23.  
  24.  
  25. /*****************************************************************************/
  26.  
  27.  
  28. #define UTILITYNAME "utility.library"
  29.  
  30.  
  31. struct UtilityBase
  32. {
  33.     struct Library ub_LibNode;
  34.     UBYTE       ub_Language;
  35.     UBYTE       ub_Reserved;
  36. };
  37.  
  38.  
  39. /*****************************************************************************/
  40.  
  41.  
  42. #endif /* UTILITY_UTILITY_H */
  43.