lsnes/phoenix/reference/action/radio-item.cpp
2013-05-03 17:47:34 +03:00

18 lines
276 B
C++
Executable file

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() {
}
void pRadioItem::destructor() {
}