home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 1
/
amigaformatcd01.iso
/
demos
/
secal
/
inc
/
utility
/
hooks.inc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-30
|
153 b
|
11 lines
include "inc/exec/types.inc";
include "inc/exec/nodes.inc";
struct Hook is
h_MinNode:MinNode;
h_Entry:ulong;
h_SubEntry:ulong;
h_Data:ulong;
;