Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / workbench / libs / muimaster / classes / dtpic_private.h
blob909884b69f982378a6e4f4d85a15c5b2b9b3386f
1 #ifndef _DTPIC_PRIVATE_H_
2 #define _DTPIC_PRIVATE_H_
4 /*** Instance data **********************************************************/
5 struct Dtpic_DATA
7 struct Library *datatypesbase;
8 STRPTR name;
9 APTR dto;
10 struct BitMapHeader *bmhd;
11 struct BitMap *bm;
14 #endif /* _DTPIC_PRIVATE_H_ */