hedgewars/uConsts.pas
changeset 1896 fdacad5d0acc
parent 1895 7ba647a88b2f
child 1904 20348675b015
equal deleted inserted replaced
1895:7ba647a88b2f 1896:fdacad5d0acc
   112 			AmmoType: TAmmoType;
   112 			AmmoType: TAmmoType;
   113 			end;
   113 			end;
   114 	TTexture = record
   114 	TTexture = record
   115 			id: GLuint;
   115 			id: GLuint;
   116 			w, h: LongInt;
   116 			w, h: LongInt;
       
   117 			rx, ry: GLfloat;
   117 			end;
   118 			end;
   118 	PTexture = ^TTexture;
   119 	PTexture = ^TTexture;
   119 
   120 
   120 
   121 
   121 const
   122 const