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

  1. #ifndef CLIB_CLASSES_GADGETS_TCPALETTE_PROTOS_H
  2. #define CLIB_CLASSES_GADGETS_TCPALETTE_PROTOS_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7.  
  8. #ifndef INTUITION_CLASSES_H
  9. #include <intuition/classes.h>
  10. #endif
  11.  
  12. Class * TCPALETTE_GetClass(VOID);
  13.  
  14. #endif /* CLIB_CLASSES_GADGETS_TCPALETTE_PROTOS_H */
  15.