mirror of
https://github.com/Marat-Tanalin/bsnes-mt.git
synced 2025-04-02 10:21:42 -04:00
7 lines
125 B
C++
7 lines
125 B
C++
#if defined(Hiro_MenuSeparator)
|
|
|
|
auto mMenuSeparator::allocate() -> pObject* {
|
|
return new pMenuSeparator(*this);
|
|
}
|
|
|
|
#endif
|