home *** CD-ROM | disk | FTP | other *** search
Modula Definition | 1986-11-21 | 396 b | 19 lines |
- (*
- This module provides information about the program.
-
- Created: 8/10/87 by Richie Bielak
-
- Copyright © 1987 by Richie Bielak
-
- This program maybe freely distributed, but please leave
- my name in. Thanks.....Richie
-
- *)
- DEFINITION MODULE ChaosInfo;
-
- FROM Intuition IMPORT ScreenPtr;
-
- PROCEDURE AboutChaos (sp : ScreenPtr);
-
- END ChaosInfo.
-