Tabs to spaces, more consistent formatting.
[AROS.git] / workbench / libs / muimaster / classes / dtpic_private.h
blob64d5136a6f190bf78ff055f5afd501b3210081f4
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_ */