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

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

#include "resource.h"       // main symbols
#include "cpoverhnost.h"


// CLaba4App:
// See Laba4.cpp for the implementation of this class
//

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

public:
	cPoverhnost Pover;
	int InitF;
	float Ugol;
// Overrides
public:
	virtual BOOL InitInstance();

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

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