Скачиваний:
29
Добавлен:
02.05.2014
Размер:
1.37 Кб
Скачать
// MaterialsDoc.h : interface of the CMaterialsDoc class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_OPENGLDOC_H__8E83909A_3A90_11D1_AB25_000000000000__INCLUDED_)
#define AFX_OPENGLDOC_H__8E83909A_3A90_11D1_AB25_000000000000__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000


class CMaterialsDoc : public CDocument
{
protected: // create from serialization only
	CMaterialsDoc();
	DECLARE_DYNCREATE(CMaterialsDoc)

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMaterialsDoc)
	public:
	virtual BOOL OnNewDocument();
	virtual void Serialize(CArchive& ar);
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CMaterialsDoc();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CMaterialsDoc)
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_OPENGLDOC_H__8E83909A_3A90_11D1_AB25_000000000000__INCLUDED_)
Соседние файлы в папке Materials