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