mirror of https://github.com/bsnes-emu/bsnes.git
4 lines
84 B
C++
4 lines
84 B
C++
|
auto mMenuSeparator::allocate() -> pObject* {
|
||
|
return new pMenuSeparator(*this);
|
||
|
}
|