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

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

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


// CLaba1App:
// See Laba1.cpp for the implementation of this class
//

class CLaba1App : public CWinApp
{

public:
	CLaba1App();


// Overrides
public:
	virtual BOOL InitInstance();

// Implementation
	afx_msg void OnAppAbout();
	DECLARE_MESSAGE_MAP()
	afx_msg void OnFileMovex();
public:
	float Operator[2][2];
	cTreug Treug;
	afx_msg void OnFileMovey();
	afx_msg void OnFileInit();
	afx_msg void OnFileRotate();
};

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