home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 13 / MA_Cover_13.bin / source / c / stefanb_src / screennotify / include / proto / screennotify.h
Encoding:
C/C++ Source or Header  |  1996-10-02  |  272 b   |  12 lines

  1. #ifndef PROTO_SCREENNOTIFY_H
  2. #define PROTO_SCREENNOTIFY_H
  3. #include <exec/types.h>
  4. extern struct Library *ScreenNotifyBase;
  5. #ifdef __GNUC__
  6. #include <inline/screennotify.h>
  7. #else
  8. #include <clib/screennotify_protos.h>
  9. #include <pragmas/screennotify_pragmas.h>
  10. #endif
  11. #endif
  12.