OSDN Git Service

FIRST REPOSITORY
[eos/hostdependOTHERS.git] / ALPHALINUX5 / util / ALPHALINUX5 / include / vtk / pcmaker.h
1 // pcmaker.h : main header file for the PCMAKER application
2 //
3
4 #ifndef __AFXWIN_H__
5         #error include 'stdafx.h' before including this file for PCH
6 #endif
7
8 #include "resource.h"           // main symbols
9
10 /////////////////////////////////////////////////////////////////////////////
11 // CPcmakerApp:
12 // See pcmaker.cpp for the implementation of this class
13 //
14
15 class CPcmakerApp : public CWinApp
16 {
17 public:
18         CPcmakerApp();
19
20 // Overrides
21         // ClassWizard generated virtual function overrides
22         //{{AFX_VIRTUAL(CPcmakerApp)
23         public:
24         virtual BOOL InitInstance();
25         //}}AFX_VIRTUAL
26
27 // Implementation
28
29         //{{AFX_MSG(CPcmakerApp)
30                 // NOTE - the ClassWizard will add and remove member functions here.
31                 //    DO NOT EDIT what you see in these blocks of generated code !
32         //}}AFX_MSG
33         DECLARE_MESSAGE_MAP()
34 };
35
36
37 /////////////////////////////////////////////////////////////////////////////