********************************************************************
      *  NOTE: This file is generated automatically from the event
      *        definition file Minimax.evt.
      ********************************************************************
<* PRAGMA LL *>
INTERFACE MinimaxTranscriptView ;
IMPORT MinimaxViewClass;
TYPE
  T <: Public;
  Public = MinimaxViewClass.T OBJECT
      METHODS
        <* LL = VBT.mu *>
        init(): T;
      END;
END MinimaxTranscriptView.