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

14 lines
185 B
C++
Executable file

void pMenu::append(Action &action) {
}
void pMenu::remove(Action &action) {
}
void pMenu::setText(const string &text) {
}
void pMenu::constructor() {
}
void pMenu::destructor() {
}