VG3_ofunc_objlist_call_free_unless()
[added in version 1.5]
Call the function f_free() of all object-instances in the list of VgaGames3-objects except for some.
SYNTAX
void
VG3_ofunc_objlist_call_free_unless(struct vg3_ofunc *ofstruct,
void *vgame,
const char **oidp)
FUNCTION PARAMETERS
ofstruct | Common VgaGames3-object structure |
vgame | Individual game structure |
oidp | NULL-terminated array of object-IDs, for which object-instances f_free() must not be called |
DESCRIPTION
Call the function f_free() of all object-instances in the list of VgaGames3-objects
except for them belonging to the objects specified in oidp.
The array oidp must be NULL-terminated.
SEE ALSO