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

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

#include "resource.h"       // main symbols


// CTheOneApp:
// See TheOne.cpp for the implementation of this class
//

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


// Overrides
public:
	virtual BOOL InitInstance();

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

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