www.pudn.com > XAnalogClock_demo.zip > XAnalogClockTest.h


// XAnalogClockTest.h : main header file for the XANALOGCLOCKTEST application 
// 
 
#ifndef XANALOGCLOCKTEST_H 
#define XANALOGCLOCKTEST_H 
 
#ifndef __AFXWIN_H__ 
	#error include 'stdafx.h' before including this file for PCH 
#endif 
 
#include "resource.h"		// main symbols 
 
///////////////////////////////////////////////////////////////////////////// 
// CXAnalogClockTestApp: 
// See XAnalogClockTest.cpp for the implementation of this class 
// 
 
class CXAnalogClockTestApp : public CWinApp 
{ 
public: 
	CXAnalogClockTestApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CXAnalogClockTestApp) 
public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CXAnalogClockTestApp) 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif //XANALOGCLOCKTEST_H