project_files/frontlib/model/teamlist.h
changeset 7316 f7b49b2c5d84
parent 7314 6171f0bad318
child 7320 e704706008d4
equal deleted inserted replaced
7314:6171f0bad318 7316:f7b49b2c5d84
    50 /**
    50 /**
    51  * Removes all items from the list and frees "teams".
    51  * Removes all items from the list and frees "teams".
    52  */
    52  */
    53 void flib_teamlist_clear(flib_teamlist *list);
    53 void flib_teamlist_clear(flib_teamlist *list);
    54 
    54 
       
    55 /**
       
    56  * Create a copy of the list and all the teams it contains. Weaponsets are not copied, but
       
    57  * kept as references
       
    58  */
       
    59 flib_teamlist *flib_teamlist_copy(flib_teamlist *list);
       
    60 
    55 #endif
    61 #endif