2 Copyright © 1999, David Le Corfec.
3 Copyright © 2002, The AROS Development Team.
9 #ifndef _ZUNE_BUBBLEENGINE_H__
10 #define _ZUNE_BUBBLEENGINE_H__
12 APTR
zune_bubble_create(Object
*obj
, LONG x
, LONG y
, char *text
, ULONG flags
);
13 void zune_bubble_delete(Object
*obj
, APTR bubble
);