leocad/win/Caddoc.h

37 lines
768 B
C
Raw Normal View History

2011-09-07 23:06:51 +02:00
// 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_