home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / beaversweeper_v101.zip / src / MSDIFRM.H < prev    next >
C/C++ Source or Header  |  2003-01-06  |  479b  |  18 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // CMSDIFrame frame
  3.  
  4. class CMSDIFrame : public CMDIChildWnd
  5. {
  6.   DECLARE_DYNCREATE(CMSDIFrame)
  7. protected:
  8.   CMSDIFrame();  // protected constructor used by dynamic creation
  9. // Implementation
  10. protected:
  11.   virtual ~CMSDIFrame();
  12.   // Generated message map functions
  13.   //{{AFX_MSG(CMSDIFrame)
  14.   afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  15.   //}}AFX_MSG
  16.   DECLARE_MESSAGE_MAP()
  17. };
  18.