diff options
Diffstat (limited to 'include/m_gui.h')
-rw-r--r-- | include/m_gui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_gui.h b/include/m_gui.h index 3e3d783fb1..9bacf454af 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -267,6 +267,8 @@ public: void Show(int nCmdShow = SW_SHOW);
int DoModal();
+ void SetCaption(const TCHAR *ptszCaption);
+
__forceinline HINSTANCE GetInst() const { return m_hInst; }
__forceinline HWND GetHwnd() const { return m_hwnd; }
__forceinline bool IsInitialized() const { return m_initialized; }
|