home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 3: The Continuation
/
17-Bit_The_Continuation_Disc.iso
/
files
/
nz10.dms
/
nz10.adf
/
Tunnel
/
TunInfo.def
< prev
next >
Wrap
Text File
|
1993-12-03
|
434b
|
26 lines
DEFINITION MODULE TunInfo;
(*
This module displays a requester with some info
about Tunnel.
Created: 6/11/86 by Richie Bielak
Modified: 17/2/88 by Garth Thornton
CopyRight (c) 1986, by Richie Bielak
This program may be freely distributed. But please leave
my name in. Thanks... Richie. and... Garth.
*)
FROM Intuition IMPORT WindowPtr;
PROCEDURE InitTunInfo ();
PROCEDURE ShowTunInfo (wp : WindowPtr);
END TunInfo.