Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:

1-курс / aaa / Kursak 33+ / Kursak / Kursak

.h
Скачиваний:
31
Добавлен:
23.03.2015
Размер:
504 б
Скачать
// Kursak.h : main header file for the PROJECT_NAME application
//

#pragma once

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

#include "resource.h"		// main symbols


// CKursakApp:
// See Kursak.cpp for the implementation of this class
//

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

// Overrides
	public:
	virtual BOOL InitInstance();

// Implementation

	DECLARE_MESSAGE_MAP()
};

extern CKursakApp theApp;
Соседние файлы в папке Kursak
  • #
    23.03.201559.5 Кб31Kursak.aps
  • #
    23.03.20152.08 Кб31Kursak.cpp
  • #
    23.03.2015504 б31Kursak.h
  • #
    23.03.20155.39 Кб31Kursak.rc
  • #
    23.03.20155.49 Кб31Kursak.vcproj
  • #
    23.03.20151.43 Кб31Kursak.vcproj.MICROSOF-1CCDDF.Admin.user
  • #
    23.03.20151.43 Кб31Kursak.vcproj.MICROSOF-891313.Admin.user
  • #
    23.03.201522.86 Кб31KursakDlg.cpp