AmiTimeKeeper/include/proto/screennotify.h

35 lines
803 B
C

/* Automatically generated header (sfdc 1.11)! Do not edit! */
#ifndef PROTO_SCREENNOTIFY_H
#define PROTO_SCREENNOTIFY_H
#include <clib/screennotify.h>
#ifndef _NO_INLINE
# if defined(__GNUC__)
# ifdef __AROS__
# include <defines/screennotify.h>
# else
# include <inline/screennotify.h>
# endif
# else
# include <pragmas/screennotify_pragmas.h>
# endif
#endif /* _NO_INLINE */
#ifdef __amigaos4__
# include <interfaces/screennotify.h>
# ifndef __NOGLOBALIFACE__
extern struct ScreenNotifyIFace *IScreenNotify;
# endif /* __NOGLOBALIFACE__*/
#endif /* !__amigaos4__ */
#ifndef __NOLIBBASE__
extern struct Library *
# ifdef __CONSTLIBBASEDECL__
__CONSTLIBBASEDECL__
# endif /* __CONSTLIBBASEDECL__ */
ScreenNotifyBase;
#endif /* !__NOLIBBASE__ */
#endif /* !PROTO_SCREENNOTIFY_H */