home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / GameSmith1-Hisoft-System.DMS / in.adf / GDS_System.lha / include / libraries / libraries.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-10  |  773 b   |  30 lines

  1. #ifndef GS_LIBS
  2. #define GS_LIBS
  3.  
  4. /* library definitions for use with open_libs */
  5.  
  6. #define DISKFONT    0x00000001
  7. #define DOS         0x00000002
  8. #define EXPANSION   0x00000004
  9. #define GRAPHICS    0x00000008
  10. #define ICON        0x00000010
  11. #define INTUITION   0x00000020
  12. #define LAYERS      0x00000040
  13. #define MATHFFP     0x00000080
  14. #define MATHDBLB    0x00000100
  15. #define MATHDBLT    0x00000200
  16. #define MATHTRANS   0x00000400
  17. #define TRANSLATR   0x00000800
  18. #define ASL         0x00001000
  19. #define COMMODITIES 0x00002000
  20. #define GADTOOLS    0x00004000
  21. #define IFFPARSE    0x00008000
  22. #define KEYMAP      0x00010000
  23. #define MATHSINGB   0x00020000
  24. #define MATHSINGT   0x00040000
  25. #define REXX        0x00080000
  26. #define UTILITY     0x00100000
  27. #define WORKBENCH   0x00200000
  28.  
  29. #endif
  30.