2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: Varargs version of graphics.library/ChangeExtSpriteA()
8 #define AROS_TAGRETURNTYPE LONG
9 #include <graphics/view.h>
10 #include <graphics/sprite.h>
11 #include <utility/tagitem.h>
13 /*****************************************************************************
16 #define NO_INLINE_STDARG /* turn off inline def */
17 #include <proto/graphics.h>
19 LONG
ChangeExtSprite (
23 struct ExtSprite
* oldsprite
,
24 struct ExtSprite
* newsprite
,
29 This is the varargs version of graphics.library/ChangeExtSpriteA().
30 For information see graphics.library/ChangeExtSpriteA().
43 graphics.library/ChangeExtSpriteA()
49 *****************************************************************************/
51 AROS_SLOWSTACKTAGS_PRE(tag1
)
52 retval
= ChangeExtSpriteA (vp
, oldsprite
, newsprite
, AROS_SLOWSTACKTAGS_ARG(tag1
));
53 AROS_SLOWSTACKTAGS_POST
54 } /* ChangeExtSprite */