hedgewars/uTypes.pas
changeset 4365 4f2b1a152979
parent 4361 64ea345ab655
child 4367 f4a0ec067601
equal deleted inserted replaced
4363:e944cc43f7a4 4365:4f2b1a152979
   231         Angle, dAngle: real;
   231         Angle, dAngle: real;
   232         Kind: TVisualGearType;
   232         Kind: TVisualGearType;
   233         doStep: TVGearStepProcedure;
   233         doStep: TVGearStepProcedure;
   234         Tex: PTexture;
   234         Tex: PTexture;
   235         alpha, scale: GLfloat;
   235         alpha, scale: GLfloat;
   236         Hedgehog: pointer;
   236         Hedgehog: PHedgehog;
   237         Text: shortstring;
   237         Text: shortstring;
   238         Tint: Longword;
   238         Tint: Longword;
   239         end;
   239         end;
   240 
   240 
   241     TStatistics = record
   241     TStatistics = record