Скачиваний:
28
Добавлен:
02.05.2014
Размер:
797 б
Скачать
// Texture.h : main header file for the TEXTURE application
//

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"       // main symbols

/////////////////////////////////////////////////////////////////////////////
// CTextureApp:
// See Texture.cpp for the implementation of this class
//

class CTextureApp : public CWinApp
{
public:
	CTextureApp();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CTextureApp)
	public:
	virtual BOOL InitInstance();
	//}}AFX_VIRTUAL

// Implementation

	//{{AFX_MSG(CTextureApp)
	afx_msg void OnAppAbout();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};


/////////////////////////////////////////////////////////////////////////////
Соседние файлы в папке Texture