Release 1.10
This commit is contained in:
34
include/proto/screennotify.h
Normal file
34
include/proto/screennotify.h
Normal file
@@ -0,0 +1,34 @@
|
||||
/* 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 */
|
||||
Reference in New Issue
Block a user