mirror of
https://github.com/DerKoun/bsnes-hd.git
synced 2025-04-02 10:52:49 -04:00
13 lines
188 B
C++
13 lines
188 B
C++
#if defined(Hiro_Viewport)
|
|
|
|
auto mViewport::allocate() -> pObject* {
|
|
return new pViewport(*this);
|
|
}
|
|
|
|
//
|
|
|
|
auto mViewport::handle() const -> uintptr_t {
|
|
return signal(handle);
|
|
}
|
|
|
|
#endif
|