mirror of https://github.com/bsnes-emu/bsnes.git
9 lines
120 B
C++
9 lines
120 B
C++
|
void pAction::setEnabled(bool enabled) {
|
||
|
}
|
||
|
|
||
|
void pAction::setVisible(bool visible) {
|
||
|
}
|
||
|
|
||
|
void pAction::constructor() {
|
||
|
}
|