Unit APGame |
Classes |
TBallPanel - direction
TGameForm -
Functions |
Types |
TDir
TPath
TPointArray
TTimerMode
Constants |
Variables |
Functions |
Types |
TDir = (dNone,dRight,dDown,dLeft,dUp);Renamed from Game.pas 6/14/1998 Paul Rice to avoid conflicts with others' work.
TPath = recordfor points count
Pos : TPoint;
Dir : array[1..4] of TDir;
end;
TPointArray = array[TLineIndex,TLineIndex] of Boolean;timer modes
TTimerMode = (tmJumps,tmMove);move direction
Constants |
Variables |