LoadStateExtra.mesa
last edited by Paul Rovner on December 8, 1983 8:34 am
DIRECTORY
LoadState
USING [Handle];
LoadStateExtra:
DEFINITIONS =
BEGIN
GetChangeCount:
PROC [loadState: LoadState.Handle]
RETURNS [
INT];
END.