mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
15 lines
235 B
C++
Executable file
15 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() {
|
|
}
|