home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff308.lzh / StarBlanker / src / Mess.def < prev    next >
Text File  |  1990-01-18  |  878b  |  18 lines

  1. DEFINITION MODULE Mess;
  2.  
  3. (*======================================================================*)
  4. (*    Copyright (c) 1989, 1990 Chris Bailey, All Rights Reserved        *)
  5. (*======================================================================*)
  6. (*      Version: 1.00           Author : Chris Bailey                   *)
  7. (*      Date   : 04-Jan-90                                              *)
  8. (*======================================================================*)
  9. (*  Distribution of this code is limited to the terms expressed in the  *)
  10. (*  documentation of this program.                                      *)
  11. (*======================================================================*)
  12. (*  Contents : generic message reporter                    *)
  13. (*======================================================================*)
  14.  
  15. PROCEDURE SayMessage(text : ARRAY OF CHAR);
  16.  
  17. END Mess.
  18.