diff -r f980f40e83f5 -r ef4abaf2d5cc hedgewars/uConsts.pas --- 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;