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 #include "graphics_intern.h"
14 /*****************************************************************************
17 #include <proto/graphics.h>
19 AROS_LH3(void, ChangeSprite
,
22 AROS_LHA(struct ViewPort
*, vp
, A0
),
23 AROS_LHA(struct SimpleSprite
*, s
, A1
),
24 AROS_LHA(void *, newdata
, A2
),
27 struct GfxBase
*, GfxBase
, 70, Graphics
)
40 This function is unimplemented.
49 ******************************************************************************/
53 /* TODO: Write graphics/ChangeSprite() */
54 aros_print_not_implemented ("ChangeSprite");