New bitmap method SetRGBConversionFunction which can be used to
[tangerine.git] / workbench / libs / bullet / releaseinfoa.c
blob59043cd7a245648fa89f75dcdbc4eb53965fa6cc
1 /*
2 Copyright © 1995-2002, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Bullet function ReleaseInfoA()
6 Lang: English
7 */
9 #include <aros/libcall.h>
10 #include <proto/bullet.h>
12 /*****************************************************************************
14 NAME */
16 AROS_LH2(ULONG, ReleaseInfoA,
18 /* SYNOPSIS */
19 AROS_LHA(struct GlyphEngine *, glyphEngine, A0),
20 AROS_LHA(struct TagItem *, tagList, A1),
22 /* LOCATION */
23 struct Library *, BulletBase, 9, Bullet)
25 /* FUNCTION
27 INPUTS
29 RESULT
31 NOTES
33 EXAMPLE
35 BUGS
37 SEE ALSO
39 INTERNALS
41 HISTORY
43 *****************************************************************************/
45 AROS_LIBFUNC_INIT
46 AROS_LIBBASE_EXT_DECL(struct Library *,BulletBase)
49 AROS_LIBFUNC_EXIT
51 } /* ReleaseInfoA */