mirror of https://github.com/bsnes-emu/bsnes.git
9 lines
115 B
C++
9 lines
115 B
C++
|
void pMenu::append(Action &action) {
|
||
|
}
|
||
|
|
||
|
void pMenu::setText(const string &text) {
|
||
|
}
|
||
|
|
||
|
void pMenu::constructor() {
|
||
|
}
|