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