lsnes/phoenix/windows/action/item.cpp
2013-05-03 17:47:34 +03:00

10 lines
197 B
C++
Executable file

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