project_files/frontlib/model/teamlist.h
changeset 7316 f7b49b2c5d84
parent 7314 6171f0bad318
child 7320 e704706008d4
--- a/project_files/frontlib/model/teamlist.h	Wed Jun 27 22:52:19 2012 +0200
+++ b/project_files/frontlib/model/teamlist.h	Thu Jul 05 00:33:24 2012 +0200
@@ -52,4 +52,10 @@
  */
 void flib_teamlist_clear(flib_teamlist *list);
 
+/**
+ * Create a copy of the list and all the teams it contains. Weaponsets are not copied, but
+ * kept as references
+ */
+flib_teamlist *flib_teamlist_copy(flib_teamlist *list);
+
 #endif