bsnes/higan/phoenix/reference/action/menu.cpp

18 lines
231 B
C++
Executable File

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