home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Programming / MR_Classes / Dev / Include / proto / classes / requesters / palette.h
Encoding:
C/C++ Source or Header  |  2000-08-04  |  469 b   |  20 lines

  1. #ifndef PROTO_CLASSES_REQUESTERS_PALETTE_H
  2. #define PROTO_CLASSES_REQUESTERS_PALETTE_H
  3.  
  4. #ifndef EXEC_LIBRARIES_H
  5. #include <exec/libraries.h>
  6. #endif
  7.  
  8. extern struct Library *PaletteRequesterBase;
  9.  
  10. #ifndef CLIB_CLASSES_REQUESTERS_PALETTE_PROTOS_H
  11. #include <clib/classes/requesters/palette_protos.h>
  12. #endif
  13.  
  14. #ifndef PRAGMAS_CLASSES_REQUESTERS_PALETTE_PRAGMAS_H
  15. #include <pragmas/classes/requesters/palette_pragmas.h>
  16. #endif
  17.  
  18.  
  19. #endif /* PROTO_CLASSES_REQUESTERS_PALETTE_H */
  20.