bsnes/hiro/reference/action/action.cpp

16 lines
176 B
C++

namespace phoenix {
void pAction::setEnabled(bool enabled) {
}
void pAction::setVisible(bool visible) {
}
void pAction::constructor() {
}
void pAction::destructor() {
}
}