mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
15 lines
215 B
C++
Executable file
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() {
|
|
}
|