mirror of
https://github.com/DerKoun/bsnes-hd.git
synced 2025-04-02 10:52:49 -04:00
11 lines
163 B
C++
11 lines
163 B
C++
#if defined(Hiro_Viewport)
|
|
struct mViewport : mWidget {
|
|
Declare(Viewport)
|
|
|
|
auto handle() const -> uintptr_t;
|
|
|
|
//private:
|
|
struct State {
|
|
} state;
|
|
};
|
|
#endif
|