mirror of https://github.com/bsnes-emu/bsnes.git
18 lines
231 B
C++
18 lines
231 B
C++
|
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() {
|
||
|
}
|