summaryrefslogtreecommitdiff
path: root/win/Terrdlg.h
diff options
context:
space:
mode:
authorleo2002-08-09 01:11:03 +0000
committerleo2002-08-09 01:11:03 +0000
commit0833cf8d134af4d7dc5a236b6d198da711b02865 (patch)
treebaa24cd3abf2afc4a4712dd51867328021484b82 /win/Terrdlg.h
parente4aeb305835b6490eb4f7f6e337511cd815b02ae (diff)
Made the Terrain Editor resizable.
git-svn-id: http://svn.leocad.org/trunk@296 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'win/Terrdlg.h')
-rw-r--r--win/Terrdlg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/Terrdlg.h b/win/Terrdlg.h
index 97547b2..f807c0b 100644
--- a/win/Terrdlg.h
+++ b/win/Terrdlg.h
@@ -50,6 +50,8 @@ protected:
// Generated message map functions
//{{AFX_MSG(CTerrainDlg)
virtual BOOL OnInitDialog();
+ afx_msg void OnSize(UINT nType, int cx, int cy);
+ afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
//}}AFX_MSG
afx_msg LRESULT OnGridChange(WPARAM wParam, LPARAM lParam);