1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/iMONDisplayApiSample/DisplayTest/DisplayTest.h Sun Apr 14 22:40:46 2013 +0200
1.3 @@ -0,0 +1,31 @@
1.4 +// DisplayTest.h : main header file for the PROJECT_NAME application
1.5 +//
1.6 +
1.7 +#pragma once
1.8 +
1.9 +#ifndef __AFXWIN_H__
1.10 + #error "include 'stdafx.h' before including this file for PCH"
1.11 +#endif
1.12 +
1.13 +#include "resource.h" // main symbols
1.14 +
1.15 +
1.16 +// CDisplayTestApp:
1.17 +// See DisplayTest.cpp for the implementation of this class
1.18 +//
1.19 +
1.20 +class CDisplayTestApp : public CWinApp
1.21 +{
1.22 +public:
1.23 + CDisplayTestApp();
1.24 +
1.25 +// Overrides
1.26 + public:
1.27 + virtual BOOL InitInstance();
1.28 +
1.29 +// Implementation
1.30 +
1.31 + DECLARE_MESSAGE_MAP()
1.32 +};
1.33 +
1.34 +extern CDisplayTestApp theApp;
1.35 \ No newline at end of file