Introduction

Getting Started

Programming Guides

API Reference

Additional Resources

Soccer.h
Go to the documentation of this file.
1 // Soccer.h : interface of the CSoccerApp class, derived from CHoopsApp
2 // This is the main header for the application
3 
4 
5 #ifndef __AFXWIN_H__
6  #error include 'stdafx.h' before including this file for PCH
7 #endif
8 
9 #ifndef _CSoccerApp_H__
10 #define _CSoccerApp_H__
11 
12 #include "hc.h"
13 #include "CHoopsApp.h"
14 
15 
16 class HDB;
17 
18 
20 // CSoccerApp:
21 // See CSoccerApp.cpp for the implementation of this class
22 //
23 
24 class CSoccerApp : public CHoopsApp
25 {
26 
27 protected:
28 
29 public:
30  CSoccerApp();
31 
32 // Overrides
33  // ClassWizard generated virtual function overrides
34  //{{AFX_VIRTUAL(CSoccerApp)
35  public:
37  virtual BOOL InitInstance();
38  virtual int ExitInstance();
39  //}}AFX_VIRTUAL
40 
41 // Implementation
42 
43  //{{AFX_MSG(CSoccerApp)
44  afx_msg void OnAppAbout();
45  //}}AFX_MSG
46  DECLARE_MESSAGE_MAP()
47 };
48 
49 #endif // _CSoccerApp_H__
virtual int ExitInstance()
virtual BOOL InitInstance()
Definition: Soccer.h:24
afx_msg void OnAppAbout()