mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
14 lines
185 B
C++
Executable file
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() {
|
|
}
|