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

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

#include "resource.h"       // main symbols


// CLabApp:
// See Lab.cpp for the implementation of this class
//

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


// Overrides
public:
	virtual BOOL InitInstance();

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

extern CLabApp theApp;
Соседние файлы в папке Лабораторная работа №21