mirror of https://github.com/bsnes-emu/bsnes.git
13 lines
176 B
C++
13 lines
176 B
C++
|
bool pCheckBox::checked() {
|
||
|
return false;
|
||
|
}
|
||
|
|
||
|
void pCheckBox::setChecked(bool checked) {
|
||
|
}
|
||
|
|
||
|
void pCheckBox::setText(const string &text) {
|
||
|
}
|
||
|
|
||
|
void pCheckBox::constructor() {
|
||
|
}
|