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

6 lines
118 B
C++
Executable file

void pSeparator::constructor() {
}
void pSeparator::destructor() {
if(parentMenu) parentMenu->remove(separator);
}