mirror of https://github.com/bsnes-emu/bsnes.git
7 lines
124 B
C++
7 lines
124 B
C++
|
void pItem::setText(const string &text) {
|
||
|
if(parentWindow) parentWindow->p.updateMenu();
|
||
|
}
|
||
|
|
||
|
void pItem::constructor() {
|
||
|
}
|