2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Graphics function ChangeSprite()
8 #include <aros/debug.h>
9 #include <graphics/view.h>
10 #include <graphics/sprite.h>
12 /*****************************************************************************
15 #include <proto/graphics.h>
17 AROS_LH3(void, ChangeSprite
,
20 AROS_LHA(struct ViewPort
*, vp
, A0
),
21 AROS_LHA(struct SimpleSprite
*, s
, A1
),
22 AROS_LHA(void *, newdata
, A2
),
25 struct GfxBase
*, GfxBase
, 70, Graphics
)
46 ******************************************************************************/
50 #warning TODO: Write graphics/ChangeSprite()
51 aros_print_not_implemented ("ChangeSprite");