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

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

#include "resource.h"       // main symbols


// CRandchApp:
// See Randch.cpp for the implementation of this class
//

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


// Overrides
public:
	virtual BOOL InitInstance();

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

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