hedgewars/uTypes.pas
changeset 7111 5ba5a92d74fb
parent 7080 dbf43c07a507
child 7129 0ce4f478ea6c
--- a/hedgewars/uTypes.pas	Tue May 22 09:18:46 2012 +0200
+++ b/hedgewars/uTypes.pas	Tue May 22 09:25:03 2012 +0200
@@ -199,6 +199,8 @@
             X, Y: GLint;
             end;
 
+    TMatrix4x4f = array[0..3, 0..3] of GLfloat;
+
     PAtlas = ^TAtlas;
     PTexture = ^TTexture;