bsnes/higan/phoenix/windows/action/separator.cpp

7 lines
118 B
C++
Executable File

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