bsnes/purify/phoenix/reference/widget/check-box.cpp

13 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() {
}