💾 Archived View for blitter.com › OLGA › OLGA › AUTO › AUTO.H captured on 2021-12-17 at 13:26:06.

View Raw

More Information

-=-=-=-=-=-=-

// auto.h : main header file for the AUTO application
//

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

#include "resource.h"		// main symbols

/////////////////////////////////////////////////////////////////////////////
// CAutoApp:
// See auto.cpp for the implementation of this class
//

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

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CAutoApp)
	public:
	virtual BOOL InitInstance();
	//}}AFX_VIRTUAL

// Implementation

	//{{AFX_MSG(CAutoApp)
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};


/////////////////////////////////////////////////////////////////////////////