OpenMoHAA
0.82.0
Loading...
Searching...
No Matches
ChildFrm.h
1
// ChildFrm.h : interface of the CChildFrame class
2
//
4
5
#if !defined(AFX_CHILDFRM_H__CECBEADE_E41E_4FB6_93DD_C3735CFC4679__INCLUDED_)
6
#define AFX_CHILDFRM_H__CECBEADE_E41E_4FB6_93DD_C3735CFC4679__INCLUDED_
7
8
#if _MSC_VER > 1000
9
#pragma once
10
#endif
// _MSC_VER > 1000
11
12
13
class
CChildFrame :
public
CMDIChildWnd
14
{
15
DECLARE_DYNCREATE(CChildFrame)
16
public
:
17
CChildFrame();
18
19
// Attributes
20
public
:
21
22
// Operations
23
public
:
24
25
// Overrides
26
// ClassWizard generated virtual function overrides
27
//{{AFX_VIRTUAL(CChildFrame)
28
virtual
BOOL PreCreateWindow(CREATESTRUCT& cs);
29
//}}AFX_VIRTUAL
30
31
// Implementation
32
public
:
33
virtual
~CChildFrame();
34
#ifdef _DEBUG
35
virtual
void
AssertValid()
const
;
36
virtual
void
Dump(CDumpContext& dc)
const
;
37
#endif
38
39
// Generated message map functions
40
protected
:
41
//{{AFX_MSG(CChildFrame)
42
//}}AFX_MSG
43
DECLARE_MESSAGE_MAP()
44
};
45
47
48
//{{AFX_INSERT_LOCATION}}
49
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
50
51
#endif
// !defined(AFX_CHILDFRM_H__CECBEADE_E41E_4FB6_93DD_C3735CFC4679__INCLUDED_)
code
gamespy
Chat
chatty
ChildFrm.h
Generated by
1.13.2