Скачиваний:
16
Добавлен:
01.05.2014
Размер:
557 б
Скачать
// laba4_fact.h : main header file for the laba4_fact application
//
#pragma once

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

#include "resource.h"       // main symbols


// Claba4_factApp:
// See laba4_fact.cpp for the implementation of this class
//

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


// Overrides
public:
	virtual BOOL InitInstance();

// Implementation
	afx_msg void OnAppAbout();
	DECLARE_MESSAGE_MAP()
};

extern Claba4_factApp theApp;
Соседние файлы в папке laba4_fact