GGMUserProfile.mesa
Copyright © 1988 by Xerox Corporation. All rights reserved.
Bier, March 17, 1989 12:55:45 pm PST
Contents: User Profile Routines for the modeling level.
DIRECTORY
UserProfile;
GGMUserProfile: CEDAR DEFINITIONS = BEGIN
GargoyleModeler-wide state
SetTurboOn: PROC [turboOn: BOOL];
GetTurboOn: PROC [] RETURNS [turboOn: BOOL];
LookAtProfile: UserProfile.ProfileChangedProc;
END.