1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-12-08 06:20:50 +00:00
Files
AROS-v0/workbench/libs/bullet/closeengine.c
Matthias Rustler 6b5a534ce3 workbench: detabbed
2021-05-02 13:55:14 +02:00

50 lines
821 B
C

/*
Copyright (C) 1995-2008, The AROS Development Team. All rights reserved.
Desc: Bullet function CloseEngine()
*/
#include <aros/libcall.h>
#include <proto/bullet.h>
/*****************************************************************************
NAME */
AROS_LH1(void, CloseEngine,
/* SYNOPSIS */
AROS_LHA(struct GlyphEngine *, glyphEngine, A0),
/* LOCATION */
struct Library *, BulletBase, 6, Bullet)
/* FUNCTION
INPUTS
RESULT
NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
This interface is implemented in freetype2.library.
See /workbench/libs/freetype/src/aros.
HISTORY
*****************************************************************************/
{
AROS_LIBFUNC_INIT
AROS_LIBFUNC_EXIT
} /* CloseEngine */