lsnes/phoenix/reference/action/check-item.cpp
2013-05-03 17:47:34 +03:00

15 lines
215 B
C++
Executable file

bool pCheckItem::checked() {
return false;
}
void pCheckItem::setChecked(bool checked) {
}
void pCheckItem::setText(const string &text) {
}
void pCheckItem::constructor() {
}
void pCheckItem::destructor() {
}