diff options
Diffstat (limited to 'include/m_gui.h')
-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 b71ae87ca2..e984743452 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -267,6 +267,7 @@ public: void Show(int nCmdShow = SW_SHOW);
int DoModal();
+ __forceinline HINSTANCE GetInst() const { return m_hInst; }
__forceinline HWND GetHwnd() const { return m_hwnd; }
__forceinline bool IsInitialized() const { return m_initialized; }
__forceinline void SetParent(HWND hwnd) { m_hwndParent = hwnd; }
|