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

22 lines
255 B
C++
Raw Normal View History

namespace phoenix {
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() {
}
}