diff -r ad71cf47d037 -r 3031cd3ebd1e iMONDisplayApiSample/DisplayTest/DisplayTest.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/iMONDisplayApiSample/DisplayTest/DisplayTest.h Sun Apr 14 22:40:46 2013 +0200 @@ -0,0 +1,31 @@ +// DisplayTest.h : main header file for the PROJECT_NAME application +// + +#pragma once + +#ifndef __AFXWIN_H__ + #error "include 'stdafx.h' before including this file for PCH" +#endif + +#include "resource.h" // main symbols + + +// CDisplayTestApp: +// See DisplayTest.cpp for the implementation of this class +// + +class CDisplayTestApp : public CWinApp +{ +public: + CDisplayTestApp(); + +// Overrides + public: + virtual BOOL InitInstance(); + +// Implementation + + DECLARE_MESSAGE_MAP() +}; + +extern CDisplayTestApp theApp; \ No newline at end of file