Text.mui cleanup:
[AROS.git] / workbench / libs / muimaster / classes / radio_private.h
blob2d62b72ecb5511c43e00727670fe758538d7d687
1 #ifndef _RADIO_PRIVATE_H_
2 #define _RADIO_PRIVATE_H_
4 #include <intuition/classusr.h>
6 /*** Instance data **********************************************************/
7 struct Radio_DATA
9 int entries_active;
10 int entries_num;
11 Object **buttons;
14 #endif /* _RADIO_PRIVATE_H_ */