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 _CSpheresApp_H__
00010 #define _CSpheresApp_H__
00011
00012 #include "hc.h"
00013 #include "CHoopsApp.h"
00014
00015
00016 class HDB;
00017 class HIOUtilitySpheres;
00018
00020
00021
00022
00023
00024 class CSpheresApp : public CHoopsApp
00025 {
00026
00027 protected:
00028
00029 HIOUtilitySpheres * m_pIOUtilitySpheres;
00030
00031 public:
00032 CSpheresApp();
00033 ~CSpheresApp();
00034
00035
00036
00037
00038
00039 public:
00040 virtual BOOL InitInstance();
00041 virtual int ExitInstance();
00042
00043
00044
00045
00046
00047 afx_msg void OnAppAbout();
00048
00049 DECLARE_MESSAGE_MAP()
00050 };
00051
00052 #endif // _CSpheresApp_H__