Soccer.h
Go to the documentation of this file.
00001 // Soccer.h : interface of the CSoccerApp class, derived from CHoopsApp
00002 // This is the main header for the application
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 // CSoccerApp:
00021 // See CSoccerApp.cpp for the implementation of this class
00022 //
00023 
00024 class CSoccerApp : public CHoopsApp
00025 {
00026 
00027 protected:
00028 
00029 public:
00030     CSoccerApp();
00031 
00032 // Overrides
00033     // ClassWizard generated virtual function overrides
00034     //{{AFX_VIRTUAL(CSoccerApp)
00035     public:
00037     virtual BOOL InitInstance();
00038     virtual int ExitInstance();
00039     //}}AFX_VIRTUAL
00040 
00041 // Implementation
00042 
00043     //{{AFX_MSG(CSoccerApp)
00044     afx_msg void OnAppAbout();
00045     //}}AFX_MSG
00046     DECLARE_MESSAGE_MAP()
00047 };
00048 
00049 #endif  // _CSoccerApp_H__