revert between 56095 -> 55830 in arch
[AROS.git] / workbench / libs / bullet / bullet.conf
blob720792fe59bd09fe7fd247d3f5afc6b1827f186c
1 ##begin config
2 basename Bullet
3 libbase BulletBase
4 version 41.0
5 ##end config
7 ##begin cdef
9 #ifndef UTILITIY_TAGITEM_H
10 #   include <utility/tagitem.h>
11 #endif
13 #ifndef DISKFONT_GLYPH_H
14 #   include <diskfont/glyph.h>
15 #endif
17 __BEGIN_DECLS
19 ULONG SetInfo(struct GlyphEngine *glyphEngine, Tag tag1, ...);
20 ULONG ReleaseInfo(struct GlyphEngine *glyphEngine, Tag tag1, ...);
21 ULONG ObtainInfo(struct GlyphEngine *glyphEngine, Tag tag1, ...);
23 __END_DECLS
25 ##end cdef
27 ##begin functionlist
28 struct GlyphEngine *OpenEngine() ()
29 void CloseEngine(struct GlyphEngine *glyphEngine) (A0)
30 ULONG SetInfoA(struct GlyphEngine *glyphEngine, struct TagItem *tagList) (A0, A1)
31 ULONG ObtainInfoA(struct GlyphEngine *glyphEngine, struct TagItem *tagList) (A0, A1)
32 ULONG ReleaseInfoA(struct GlyphEngine *glyphEngine, struct TagItem *tagList) (A0, A1)
33 ##end functionlist