Safer handling of Booleans.
[AROS.git] / workbench / libs / muimaster / listimage.h
blob5119bb9a96a224a36f06204ed34b7508a8c2795b
1 /*
2 Copyright © 2003, The AROS Development Team.
3 All rights reserved.
5 $Id$
6 */
8 #ifndef MUI_LISTIMAGE_H
9 #define MUI_LISTIMAGE_H
11 /* Structure to display images in the List class using \33O[%lx]
12 * Included both by the text engine (the one parsing List entries)
13 * and the List class.
16 /* Created/returned by List_CreateImage */
17 struct ListImage
19 struct MinNode node;
20 Object *obj;
23 #endif /* MUI_LISTIMAGE_H */