mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
12 lines
176 B
C++
Executable file
12 lines
176 B
C++
Executable file
bool pCheckBox::checked() {
|
|
return false;
|
|
}
|
|
|
|
void pCheckBox::setChecked(bool checked) {
|
|
}
|
|
|
|
void pCheckBox::setText(const string &text) {
|
|
}
|
|
|
|
void pCheckBox::constructor() {
|
|
}
|