Safer handling of Booleans.
[AROS.git] / workbench / libs / muimaster / bubbleengine.h
blob4e56c986cd007e87b288c107fae36bb07bec9eda
1 /*
2 Copyright © 1999, David Le Corfec.
3 Copyright © 2002, The AROS Development Team.
4 All rights reserved.
6 $Id$
7 */
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);
15 #endif