bsnes/snespurify/phoenix/reference/widget/radio-box.cpp

16 lines
235 B
C++
Executable File

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() {
}