mirror of https://github.com/bsnes-emu/bsnes.git
19 lines
240 B
C++
19 lines
240 B
C++
|
namespace phoenix {
|
||
|
|
||
|
void pRadioLabel::setChecked() {
|
||
|
}
|
||
|
|
||
|
void pRadioLabel::setGroup(const group<RadioLabel>& group) {
|
||
|
}
|
||
|
|
||
|
void pRadioLabel::setText(string text) {
|
||
|
}
|
||
|
|
||
|
void pRadioLabel::constructor() {
|
||
|
}
|
||
|
|
||
|
void pRadioLabel::destructor() {
|
||
|
}
|
||
|
|
||
|
}
|