home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / cbm / os-include-bin.lha / GNU / os-include / proto / intuition.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-23  |  259 b   |  13 lines

  1. #ifndef PROTO_INTUITION_H
  2. #define PROTO_INTUITION_H
  3.  
  4. #include <clib/intuition_protos.h>
  5. #if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
  6. #include <inline/intuition.h>
  7. #endif
  8. #ifndef __NOLIBBASE__
  9. extern struct IntuitionBase *IntuitionBase;
  10. #endif
  11.  
  12. #endif
  13.