Go to the documentation of this file.00001
00002
00003
00004
00005 #ifndef __AFXWIN_H__
00006 #error include 'stdafx.h' before including this file for PCH
00007 #endif
00008
00009 #ifndef _CSoccerApp_H__
00010 #define _CSoccerApp_H__
00011
00012 #include "hc.h"
00013 #include "CHoopsApp.h"
00014
00015
00016 class HDB;
00017
00018
00020
00021
00022
00023
00024 class CSoccerApp : public CHoopsApp
00025 {
00026
00027 protected:
00028
00029 public:
00030 CSoccerApp();
00031
00032
00033
00034
00035 public:
00037 virtual BOOL InitInstance();
00038 virtual int ExitInstance();
00039
00040
00041
00042
00043
00044 afx_msg void OnAppAbout();
00045
00046 DECLARE_MESSAGE_MAP()
00047 };
00048
00049 #endif // _CSoccerApp_H__