DEFINITION MODULE Support; (*======================================================================*) (* SuperSHAM Support Routines *) (*======================================================================*) (* © Copyright 1989 Robert Salesas, All Rights Reserved *) (* Use as you please!!! *) (*======================================================================*) (* Version: 3.00 Author : Robert Salesas *) (* Date : 29-Sept-89 Changes: Original *) (*======================================================================*) FROM LoadSHAM IMPORT SHAMRegsPtr; FROM Intuition IMPORT WindowPtr; PROCEDURE Alert(First, Second : ARRAY OF CHAR) : BOOLEAN; (* Places Copyright notice on first line and user text on following lines. Has PRINT and CONTINUE as user buttons. *) PROCEDURE PrintScreen(Wp : WindowPtr; Regs : SHAMRegsPtr) : BOOLEAN; (* Prints a SHAM screen IN correct form. Ceases TO print when a mouse button is pressed. *) END Support.