mirror of https://github.com/bsnes-emu/bsnes.git
16 lines
241 B
C++
16 lines
241 B
C++
|
bool pRadioItem::checked() {
|
||
|
return false;
|
||
|
}
|
||
|
|
||
|
void pRadioItem::setChecked() {
|
||
|
}
|
||
|
|
||
|
void pRadioItem::setGroup(const reference_array<RadioItem&> &group) {
|
||
|
}
|
||
|
|
||
|
void pRadioItem::setText(const string &text) {
|
||
|
}
|
||
|
|
||
|
void pRadioItem::constructor() {
|
||
|
}
|