Files
Descent3/editor/ProgressWnd.h
2024-04-19 14:58:24 -06:00

37 lines
691 B
C++

// ProgressWnd.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CProgressWnd window
class CProgressWnd : public CWnd
{
// Construction
public:
CProgressWnd();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CProgressWnd)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CProgressWnd();
// Generated message map functions
protected:
//{{AFX_MSG(CProgressWnd)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////