]> icculus.org git repositories - taylor/freespace2.git/blob - include/childfrm.h
Initial revision
[taylor/freespace2.git] / include / childfrm.h
1 // ChildFrm.h : interface of the CChildFrame class
2 //
3 /////////////////////////////////////////////////////////////////////////////
4
5 class CChildFrame : public CMDIChildWnd
6 {
7         DECLARE_DYNCREATE(CChildFrame)
8 public:
9         CChildFrame();
10
11 // Attributes
12 public:
13
14 // Operations
15 public:
16
17 // Overrides
18         // ClassWizard generated virtual function overrides
19         //{{AFX_VIRTUAL(CChildFrame)
20         protected:
21         virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
22         //}}AFX_VIRTUAL
23
24 // Implementation
25 public:
26         virtual ~CChildFrame();
27 #ifdef _DEBUG
28         virtual void AssertValid() const;
29         virtual void Dump(CDumpContext& dc) const;
30 #endif
31
32 // Generated message map functions
33 protected:
34         //{{AFX_MSG(CChildFrame)
35                 // NOTE - the ClassWizard will add and remove member functions here.
36                 //    DO NOT EDIT what you see in these blocks of generated code!
37         //}}AFX_MSG
38         DECLARE_MESSAGE_MAP()
39 };
40
41 /////////////////////////////////////////////////////////////////////////////
42