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

  1. #ifndef CLIB_CLASSES_REQUESTERS_PALETTE_PROTOS_H
  2. #define CLIB_CLASSES_REQUESTERS_PALETTE_PROTOS_H
  3.  
  4.  
  5. #ifndef INTUITION_CLASSES_H
  6. #include <intuition/classes.h>
  7. #endif
  8.  
  9. #ifndef INTUITION_CLASSUSR_H
  10. #include <intuition/classusr.h>
  11. #endif
  12.  
  13. #ifndef UTILITY_TAGITEM_H
  14. #include <utility/tagitem.h>
  15. #endif
  16.  
  17. Object *PREQ_NewRequesterA( struct TagItem *TagList);
  18. Object *PREQ_NewRequester( Tag Tags, ... );
  19. void PREQ_DisposeRequester( Object *Obj);
  20.  
  21.  
  22.  
  23. #endif /* CLIB_CLASSES_REQUESTERS_PALETTE_PROTOS_H */
  24.