bsnes/hiro/reference/action/radio-item.cpp

19 lines
234 B
C++

namespace phoenix {
void pRadioItem::setChecked() {
}
void pRadioItem::setGroup(const group<RadioItem>& group) {
}
void pRadioItem::setText(string text) {
}
void pRadioItem::constructor() {
}
void pRadioItem::destructor() {
}
}