Unit APGame

Classes

TBallPanel - direction
TGameForm -

Functions

Types

TDir
TPath
TPointArray
TTimerMode

Constants

Variables

GameForm


Functions


Types


TDir				=	(dNone,dRight,dDown,dLeft,dUp);
Renamed from Game.pas 6/14/1998 Paul Rice to avoid conflicts with others' work.
TPath = record
Pos : TPoint;
Dir : array[1..4] of TDir;
end;
for points count
TPointArray	= array[TLineIndex,TLineIndex] of Boolean;
timer modes
TTimerMode	=	(tmJumps,tmMove);
move direction

Constants


Variables

GameForm : TGameForm

TGameForm