hedgewars/uConsts.pas
changeset 1904 20348675b015
parent 1896 fdacad5d0acc
child 1906 644f93d8f148
--- a/hedgewars/uConsts.pas	Wed Mar 18 21:43:46 2009 +0000
+++ b/hedgewars/uConsts.pas	Wed Mar 18 22:02:55 2009 +0000
@@ -118,7 +118,9 @@
 			end;
 	PTexture = ^TTexture;
 
-
+	TVertex2f = record
+		X, Y: GLfloat;
+		end;
 const
 	errmsgCreateSurface   = 'Error creating SDL surface';
 	errmsgTransparentSet  = 'Error setting transparent color';