mirror of https://github.com/bsnes-emu/bsnes.git
7 lines
118 B
C++
7 lines
118 B
C++
|
void pSeparator::constructor() {
|
||
|
}
|
||
|
|
||
|
void pSeparator::destructor() {
|
||
|
if(parentMenu) parentMenu->remove(separator);
|
||
|
}
|