author | sl |
Mon, 21 Apr 2014 10:04:44 +0200 | |
changeset 13 | 6828ef797524 |
permissions | -rw-r--r-- |
1 // DisplayTest.h : main header file for the PROJECT_NAME application
2 //
4 #pragma once
6 #ifndef __AFXWIN_H__
7 #error "include 'stdafx.h' before including this file for PCH"
8 #endif
10 #include "resource.h" // main symbols
13 // CDisplayTestApp:
14 // See DisplayTest.cpp for the implementation of this class
15 //
17 class CDisplayTestApp : public CWinApp
18 {
19 public:
20 CDisplayTestApp();
22 // Overrides
23 public:
24 virtual BOOL InitInstance();
26 // Implementation
28 DECLARE_MESSAGE_MAP()
29 };
31 extern CDisplayTestApp theApp;