diff -r 6171f0bad318 -r f7b49b2c5d84 project_files/frontlib/model/teamlist.h --- 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