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

  1. (*
  2.      This module contains procedures that display some of the
  3.      'about' pages.
  4.  
  5.      Created: 8/30/87 by Richie Bielak
  6.      
  7.      Modified:
  8.      
  9.      Copyright © 1987 by Richie Bielak
  10.      
  11.      This program maybe freely copied, but please leave my name in.
  12.      Thanks...Richie
  13.  
  14. *)
  15. DEFINITION MODULE ChaosPages;
  16.  
  17. FROM Intuition IMPORT WindowPtr;
  18.  
  19. PROCEDURE DisplayPage1 (wp : WindowPtr);
  20. PROCEDURE DisplayPage2 (wp : WindowPtr);
  21. PROCEDURE DisplayPage3 (wp : WindowPtr);
  22.  
  23. END ChaosPages.
  24.