project_files/frontlib/model/weapon.h
changeset 7275 15f722e0b96f
parent 7271 5608ac657362
child 7314 6171f0bad318
equal deleted inserted replaced
7273:8eed495fd8da 7275:15f722e0b96f
    41 
    41 
    42 /**
    42 /**
    43  * Decrease the reference count of the object and free it if this was the last reference.
    43  * Decrease the reference count of the object and free it if this was the last reference.
    44  */
    44  */
    45 void flib_weaponset_release(flib_weaponset *weaponset);
    45 void flib_weaponset_release(flib_weaponset *weaponset);
       
    46 
       
    47 flib_weaponset *flib_weaponset_copy(const flib_weaponset *weaponset);
    46 
    48 
    47 /**
    49 /**
    48  * Create a weaponset from an ammostring. This format is used both in the ini files
    50  * Create a weaponset from an ammostring. This format is used both in the ini files
    49  * and in the net protocol.
    51  * and in the net protocol.
    50  */
    52  */