New bitmap method SetRGBConversionFunction which can be used to
[tangerine.git] / workbench / libs / bullet / openengine.c
blobd7fe93b84fc63295af35632fd96a77077f2d92d5
1 /*
2 Copyright © 1995-2002, 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 HISTORY
41 *****************************************************************************/
43 AROS_LIBFUNC_INIT
44 AROS_LIBBASE_EXT_DECL(struct Library *,BulletBase)
46 AROS_LIBFUNC_EXIT
48 } /* OpenEngine */