Unit LightSpd

Classes

TLightSpeed -

Functions

Register - draw line

Types

PStar
TLightSpeedOption
TLightSpeedOptions
TLightSpeedSpeed
TStar

Constants

Variables


Functions


procedure Register;

draw line

Types


PStar =^TStar

TLightSpeedOption =(loColored,loMultiplay);

TLightSpeedOptions = set of TLightSpeedOption

TLightSpeedSpeed =(lsSlower,lsSlow,lsNormal,lsFast,lsFaster,lsLight);
step
TStar = record
C : integer;
X : integer;
Y : integer;
W : integer;
L : single;
T : single;
R : single;
B : single;
S : single;
end;

Constants


Variables