repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Safer handling of Booleans.
[AROS.git]
/
workbench
/
libs
/
muimaster
/
classes
/
radio_private.h
blob
2d62b72ecb5511c43e00727670fe758538d7d687
1
#ifndef _RADIO_PRIVATE_H_
2
#define _RADIO_PRIVATE_H_
3
4
#include <intuition/classusr.h>
5
6
/*** Instance data **********************************************************/
7
struct
Radio_DATA
8
{
9
int
entries_active
;
10
int
entries_num
;
11
Object
**
buttons
;
12
};
13
14
#endif
/* _RADIO_PRIVATE_H_ */