hedgewars/uConsts.pas
changeset 2362 ef4abaf2d5cc
parent 2360 d4d545da9dbe
child 2376 ece7b87f1334
--- a/hedgewars/uConsts.pas	Wed Sep 09 02:41:17 2009 +0000
+++ b/hedgewars/uConsts.pas	Wed Sep 09 14:04:06 2009 +0000
@@ -134,6 +134,10 @@
 		X, Y: GLfloat;
 		end;
 			
+	TVertex2i = record
+		X, Y: GLint;
+		end;
+
 	TTexture = record
 			id: GLuint;
 			w, h: LongInt;