home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 093.lha / Chaos / Sources / cinfo.def < prev    next >
Encoding:
Modula Definition  |  1986-11-21  |  396 b   |  19 lines

  1. (*
  2.     This module provides information about the program.
  3.         
  4.         Created: 8/10/87 by Richie Bielak
  5.         
  6.         Copyright © 1987 by Richie Bielak
  7.         
  8.         This program maybe freely distributed, but please leave
  9.         my name in. Thanks.....Richie
  10.  
  11. *)
  12. DEFINITION MODULE ChaosInfo;
  13.  
  14.   FROM Intuition IMPORT ScreenPtr;
  15.  
  16.   PROCEDURE AboutChaos (sp : ScreenPtr);
  17.  
  18. END ChaosInfo.
  19.