/[H8]/trunk/h8server/h8server.h
ViewVC logotype

Annotation of /trunk/h8server/h8server.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 87 - (hide annotations) (download)
Tue May 8 08:51:55 2007 UTC (17 years ago) by kevin
File MIME type: text/plain
File size: 514 byte(s)
added h8server visual studio project - with files this time :P
1 kevin 87 // h8server.h : main header file for the PROJECT_NAME application
2     //
3    
4     #pragma once
5    
6     #ifndef __AFXWIN_H__
7     #error include 'stdafx.h' before including this file for PCH
8     #endif
9    
10     #include "resource.h" // main symbols
11    
12    
13     // Ch8serverApp:
14     // See h8server.cpp for the implementation of this class
15     //
16    
17     class Ch8serverApp : public CWinApp
18     {
19     public:
20     Ch8serverApp();
21    
22     // Overrides
23     public:
24     virtual BOOL InitInstance();
25    
26     // Implementation
27    
28     DECLARE_MESSAGE_MAP()
29     };
30    
31     extern Ch8serverApp theApp;

  ViewVC Help
Powered by ViewVC 1.1.20