bsnes/snespurify/phoenix/windows/action/item.cpp

7 lines
124 B
C++
Executable File

void pItem::setText(const string &text) {
if(parentWindow) parentWindow->p.updateMenu();
}
void pItem::constructor() {
}