hedgewars/uTypes.pas
changeset 11739 f48408dcea36
parent 11473 2f6f8baa2a97
child 11749 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.