childs -> children.
[AROS.git] / workbench / libs / bullet / obtaininfoa.c
blob2e79d168d5bd6c737816aee4a398a50006f53296
1 /*
2 Copyright © 1995-2008, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Bullet function ObtainInfoA()
6 Lang: English
7 */
9 #include <aros/libcall.h>
10 #include <proto/bullet.h>
12 /*****************************************************************************
14 NAME */
16 AROS_LH2(ULONG, ObtainInfoA,
18 /* SYNOPSIS */
19 AROS_LHA(struct GlyphEngine *, glyphEngine, A0),
20 AROS_LHA(struct TagItem *, tagList, A1),
22 /* LOCATION */
23 struct Library *, BulletBase, 8, 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
50 AROS_LIBFUNC_EXIT
52 } /* ObtainInfoA */