wip prep commit in lieu of gfx subsystem update changes.
[AROS.git] / workbench / libs / bullet / releaseinfoa.c
blobf1c79473084e199b6e45f9168e7e96dc1bb68021
1 /*
2 Copyright © 1995-2008, 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 This interface is implemented in freetype2.library.
42 See /workbench/libs/freetype/src/aros.
44 HISTORY
46 *****************************************************************************/
48 AROS_LIBFUNC_INIT
51 AROS_LIBFUNC_EXIT
53 } /* ReleaseInfoA */