VG3_ofunc_objlist_insert()
Insert an object-instance into the list of VgaGames3-objects.SYNTAX
void
VG3_ofunc_objlist_insert(struct vg3_ofunc *ofstruct,
struct vg3_ofunc_object *objp)
FUNCTION PARAMETERS
ofstruct | Common VgaGames3-object structure |
objp | Object-instance |
DESCRIPTION
Insert an object-instance into the list of VgaGames3-objects.
SEE ALSO