diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_gui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_gui.h b/include/m_gui.h index d44fc9c434..5d96a1fa8a 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -472,6 +472,7 @@ public: HINSTANCE GetInst() const;
+ __forceinline HPLUGIN GetPlugin() const { return &m_pPlugin; }
__forceinline MWindow GetHwnd() const { return m_hwnd; }
__forceinline void Hide() { Show(SW_HIDE); }
__forceinline bool IsInitialized() const { return m_bInitialized; }
|