mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
6 lines
118 B
C++
Executable file
6 lines
118 B
C++
Executable file
void pSeparator::constructor() {
|
|
}
|
|
|
|
void pSeparator::destructor() {
|
|
if(parentMenu) parentMenu->remove(separator);
|
|
}
|