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