childs -> children.
[AROS.git] / workbench / libs / bullet / closeengine.c
blobb1ee83efa8f7d93fee5076f84bed6b4bc35d9a32
1 /*
2 Copyright © 1995-2008, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Bullet function CloseEngine()
6 Lang: English
7 */
9 #include <aros/libcall.h>
10 #include <proto/bullet.h>
12 /*****************************************************************************
14 NAME */
16 AROS_LH1(void, CloseEngine,
18 /* SYNOPSIS */
19 AROS_LHA(struct GlyphEngine *, glyphEngine, A0),
21 /* LOCATION */
22 struct Library *, BulletBase, 6, Bullet)
24 /* FUNCTION
26 INPUTS
28 RESULT
30 NOTES
32 EXAMPLE
34 BUGS
36 SEE ALSO
38 INTERNALS
40 This interface is implemented in freetype2.library.
41 See /workbench/libs/freetype/src/aros.
43 HISTORY
45 *****************************************************************************/
47 AROS_LIBFUNC_INIT
49 AROS_LIBFUNC_EXIT
51 } /* CloseEngine */