repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git]
/
workbench
/
libs
/
muimaster
/
classes
/
radio_private.h
blob
37bf51b2c6a16d4bf55bd99a537ff817a6bf3d99
1
#ifndef _RADIO_PRIVATE_H_
2
#define _RADIO_PRIVATE_H_
3
4
/*** Instance data **********************************************************/
5
struct
Radio_DATA
6
{
7
int
entries_active
;
8
int
entries_num
;
9
Object
**
buttons
;
10
};
11
12
#endif
/* _RADIO_PRIVATE_H_ */