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 >
Text File  |  1993-12-03  |  434b  |  26 lines

  1. DEFINITION MODULE TunInfo;
  2.  
  3. (*
  4. This module displays a requester with some info
  5. about Tunnel.
  6.  
  7. Created: 6/11/86 by Richie Bielak
  8.  
  9. Modified: 17/2/88 by Garth Thornton
  10.  
  11. CopyRight (c) 1986, by Richie Bielak
  12.  
  13. This program may be freely distributed. But please leave
  14. my name in. Thanks... Richie.   and... Garth.
  15.  
  16. *)
  17.  
  18.   FROM Intuition IMPORT WindowPtr;
  19.  
  20.   PROCEDURE InitTunInfo ();
  21.   PROCEDURE ShowTunInfo (wp : WindowPtr);
  22.  
  23. END TunInfo.
  24.  
  25.  
  26.