hedgewars/uTypes.pas
changeset 11734 f48408dcea36
parent 11468 2f6f8baa2a97
child 11744 ac58a063d26a
--- a/hedgewars/uTypes.pas	Tue Apr 26 20:51:13 2016 +0200
+++ b/hedgewars/uTypes.pas	Tue Apr 26 22:09:50 2016 +0200
@@ -532,6 +532,8 @@
 
     PCakeData = ^TCakeData;
 
+    TClansArray = array[0..Pred(cMaxTeams)] of PClan;
+
 implementation
 
 end.