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