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

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

#include "resource.h"       // main symbols


// CDBKinoApp:
// See DBKino.cpp for the implementation of this class
//

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


// Overrides
public:
	virtual BOOL InitInstance();

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

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