2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Remove a Bob from the gel list an the RastPort
8 #include "graphics_intern.h"
9 #include "gels_internal.h"
11 /*****************************************************************************
14 #include <proto/graphics.h>
16 AROS_LH3(void, RemIBob
,
19 AROS_LHA(struct Bob
*, bob
, A0
),
20 AROS_LHA(struct RastPort
*, rp
, A1
),
21 AROS_LHA(struct ViewPort
*, vp
, A2
),
24 struct GfxBase
*, GfxBase
, 22, Graphics
)
27 Remove a Bob immediately from RastPort and gel list.
49 *****************************************************************************/
53 _ClearBobAndFollowClearPath(bob
->BobVSprite
,
56 RemVSprite(bob
->BobVSprite
);