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

  1. #ifndef PROTO_CLASSES_GADGETS_TCPALETTE_H
  2. #define PROTO_CLASSES_GADGETS_TCPALETTE_H
  3.  
  4. #ifndef EXEC_LIBRARIES_H
  5. #include <exec/libraries.h>
  6. #endif
  7.  
  8. extern struct Library *TCPaletteBase;
  9.  
  10. #ifndef PRAGMAS_TCPALETTE_PRAGMAS_H
  11. #include <pragmas/classes/gadgets/tcpalette_pragmas.h>
  12. #endif
  13.  
  14. #ifndef CLIB_TCPALETTE_PROTOS_H
  15. #include <clib/classes/gadgets/tcpalette_protos.h>
  16. #endif
  17.  
  18.  
  19. #endif /* PROTO_TCPALETTE_H */
  20.