VG3_ofunc_objlist_remove()
Remove an object-instance from the list of VgaGames3-objects.SYNTAX
void
VG3_ofunc_objlist_remove(struct vg3_ofunc *ofstruct,
struct vg3_ofunc_object *objp)
FUNCTION PARAMETERS
ofstruct | Common VgaGames3-object structure |
objp | Object-instance |
DESCRIPTION
Remove an object-instance from the list of VgaGames3-objects.
The object-instance is just removed but not being freed,
and has to be freed manually.
SEE ALSO
VG3_ofunc_objlist_insert()
VG3_ofunc_objlist_isvalid()
VG3_ofunc_objlist_find_obj()
VG3_ofunc_objlist_find_subobj()