New bitmap method SetRGBConversionFunction which can be used to
[tangerine.git] / workbench / libs / bullet / bullet.conf
blob8d213a1373f585560e35c30689fba187c4ded346
1 ##begin config
2 basename Bullet
3 libbase BulletBase
4 version 41.0
5 ##end config
6 ##begin cdef
8 #ifndef UTILITIY_TAGITEM_H
9 #   include <utility/tagitem.h>
10 #endif
12 #ifndef DISKFONT_GLYPH_H
13 #   include <diskfont/glyph.h>
14 #endif
16 ULONG SetInfo(struct GlyphEngine *glyphEngine, Tag tag1, ...);
17 ULONG ReleaseInfo(struct GlyphEngine *glyphEngine, Tag tag1, ...);
18 ULONG ObtainInfo(struct GlyphEngine *glyphEngine, Tag tag1, ...);
20 ##end cdef
21 ##begin functionlist
22 struct GlyphEngine *OpenEngine() ()
23 void CloseEngine(struct GlyphEngine *glyphEngine) (A0)
24 ULONG SetInfoA(struct GlyphEngine *glyphEngine, struct TagItem *tagList) (A0, A1)
25 ULONG ObtainInfoA(struct GlyphEngine *glyphEngine, struct TagItem *tagList) (A0, A1)
26 ULONG ReleaseInfoA(struct GlyphEngine *glyphEngine, struct TagItem *tagList) (A0, A1)
27 ##end functionlist