childs -> children.
[AROS.git] / workbench / libs / bullet / openengine.c
blob06f6a10c71741e94d7745acafeea18f98499c344
1 /*
2 Copyright © 1995-2008, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Bullet function OpenEngine()
6 Lang: English
7 */
9 #include <aros/libcall.h>
10 #include <proto/bullet.h>
12 /*****************************************************************************
14 NAME */
16 AROS_LH0(struct GlyphEngine *, OpenEngine,
18 /* SYNOPSIS */
20 /* LOCATION */
21 struct Library *, BulletBase, 5, Bullet)
23 /* FUNCTION
25 INPUTS
27 RESULT
29 NOTES
31 EXAMPLE
33 BUGS
35 SEE ALSO
37 INTERNALS
39 This interface is implemented in freetype2.library.
40 See /workbench/libs/freetype/src/aros.
42 HISTORY
44 *****************************************************************************/
46 AROS_LIBFUNC_INIT
48 AROS_LIBFUNC_EXIT
50 } /* OpenEngine */