leocad/win/Caddoc.h
2011-09-07 21:06:51 +00:00

36 lines
768 B
C++

// CADDoc.h : interface of the CCADDoc class
//
/////////////////////////////////////////////////////////////////////////////
#ifndef _CADDOC_H_
#define _CADDOC_H_
class CCADDoc : public CDocument
{
protected: // create from serialization only
CCADDoc();
virtual ~CCADDoc();
DECLARE_DYNCREATE(CCADDoc)
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCADDoc)
//}}AFX_VIRTUAL
// Generated message map functions
protected:
//{{AFX_MSG(CCADDoc)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // _CADDOC_H_