home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn Amiga 13
/
MA_Cover_13.bin
/
source
/
c
/
stefanb_src
/
screennotify
/
include
/
proto
/
screennotify.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-10-02
|
272 b
|
12 lines
#ifndef PROTO_SCREENNOTIFY_H
#define PROTO_SCREENNOTIFY_H
#include <exec/types.h>
extern struct Library *ScreenNotifyBase;
#ifdef __GNUC__
#include <inline/screennotify.h>
#else
#include <clib/screennotify_protos.h>
#include <pragmas/screennotify_pragmas.h>
#endif
#endif