home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / emu / AROSdev.lha / AROS / rom / intuition / boopsigadgets.h < prev    next >
C/C++ Source or Header  |  1997-01-09  |  528b  |  22 lines

  1. #ifndef BOOPSIGADGETS_H
  2. #define BOOPSIGADGETS_H
  3. /*
  4.     (C) 1995-96 AROS - The Amiga Replacement OS
  5.     $Id: boopsigadgets.h,v 1.1 1996/10/25 14:18:44 aros Exp $
  6.  
  7.     Desc: Routines for BOOPSI Gadgets
  8.     Lang: english
  9. */
  10. #ifndef INTUITION_INTUITION_H
  11. #   include <intuition/intuition.h>
  12. #endif
  13. #ifndef INTUITION_INTUITIONBASE_H
  14. #   include <intuition/intuitionbase.h>
  15. #endif
  16.  
  17. extern void RefreshBoopsiGadget (struct Gadget * gadget,
  18.     struct Window * window, struct IntuitionBase * IntuitionBase);
  19.  
  20. #endif /* BOOPSIGADGETS_H */
  21.  
  22.